Class MapToListTypeAdapter.MapEntry<K,V>
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.common.MapToListTypeAdapter.MapEntry<K,V>
-
- Enclosing class:
- MapToListTypeAdapter
public static class MapToListTypeAdapter.MapEntry<K,V> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetValue()voidsetKey(K key)voidsetValue(V value)
-