Uses of Interface
io.leangen.graphql.generator.mapping.TypeSubstituter
-
-
Uses of TypeSubstituter in io.leangen.graphql.generator.mapping
Subinterfaces of TypeSubstituter in io.leangen.graphql.generator.mapping Modifier and Type Interface Description interfaceInputConverter<T,S>Classes in io.leangen.graphql.generator.mapping that implement TypeSubstituter Modifier and Type Class Description classAbstractSimpleTypeAdapter<T,S>classAbstractTypeAdapter<T,S>Created by bojan.tomic on 9/21/16. -
Uses of TypeSubstituter in io.leangen.graphql.generator.mapping.common
Classes in io.leangen.graphql.generator.mapping.common that implement TypeSubstituter Modifier and Type Class Description classAbstractTypeSubstitutingMapper<S>classArrayAdapterclassEnumMapToObjectTypeAdapter<E extends Enum<E>,V>classIdAdapterMaps, converts and injects GraphQL IDs.classIterableAdapter<T>classMapToListTypeAdapterAs maps are dynamic structures with no equivalent in GraphQL, they require special treatment.classOptionalAdapterclassOptionalDoubleAdapterclassOptionalIntAdapterclassOptionalLongAdapterclassStreamToCollectionTypeAdapter<T>classVoidToBooleanTypeAdapter -
Uses of TypeSubstituter in io.leangen.graphql.generator.mapping.core
Classes in io.leangen.graphql.generator.mapping.core that implement TypeSubstituter Modifier and Type Class Description classCompletableFutureAdapter<T>classDataFetcherResultMapper<T>classPublisherAdapter<T> -
Uses of TypeSubstituter in io.leangen.graphql.module.common.gson
Classes in io.leangen.graphql.module.common.gson that implement TypeSubstituter Modifier and Type Class Description classGsonArrayAdapter -
Uses of TypeSubstituter in io.leangen.graphql.module.common.jackson
Classes in io.leangen.graphql.module.common.jackson that implement TypeSubstituter Modifier and Type Class Description classJsonArrayAdapterclassJsonNodeAdapter
-