Class AbstractSimpleTypeAdapter<T,S>
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.common.AbstractTypeSubstitutingMapper<S>
-
- io.leangen.graphql.generator.mapping.AbstractTypeAdapter<T,S>
-
- io.leangen.graphql.generator.mapping.AbstractSimpleTypeAdapter<T,S>
-
- All Implemented Interfaces:
InputConverter<T,S>,OutputConverter<T,S>,TypeMapper,TypeSubstituter
- Direct Known Subclasses:
OptionalAdapter,OptionalDoubleAdapter,OptionalIntAdapter,OptionalLongAdapter,StreamToCollectionTypeAdapter
public abstract class AbstractSimpleTypeAdapter<T,S> extends AbstractTypeAdapter<T,S>
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<?>rawSourceType-
Fields inherited from class io.leangen.graphql.generator.mapping.AbstractTypeAdapter
sourceType
-
Fields inherited from class io.leangen.graphql.generator.mapping.common.AbstractTypeSubstitutingMapper
substituteType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSimpleTypeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(AnnotatedType type)-
Methods inherited from class io.leangen.graphql.generator.mapping.AbstractTypeAdapter
supports
-
Methods inherited from class io.leangen.graphql.generator.mapping.common.AbstractTypeSubstitutingMapper
getSubstituteType, toGraphQLInputType, toGraphQLType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.leangen.graphql.generator.mapping.InputConverter
convertInput, getSubstituteType
-
Methods inherited from interface io.leangen.graphql.generator.mapping.OutputConverter
convertOutput
-
-
-
-
Field Detail
-
rawSourceType
protected final Class<?> rawSourceType
-
-
Method Detail
-
supports
public boolean supports(AnnotatedType type)
- Specified by:
supportsin interfaceInputConverter<T,S>- Overrides:
supportsin classAbstractTypeAdapter<T,S>
-
-