Class DefaultMapAdapter<K,V>

java.lang.Object
io.smallrye.graphql.execution.datafetcher.helper.DefaultMapAdapter<K,V>
Type Parameters:
K - Key
V - Value

public class DefaultMapAdapter<K,V> extends Object
The adapter to change map to Entry Set.Users can also supply their own adapter.
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • DefaultMapAdapter

      public DefaultMapAdapter()
  • Method Details