Class GraphQLScalarTypeFunction
java.lang.Object
graphql.kickstart.autoconfigure.annotations.GraphQLScalarTypeFunction
- All Implemented Interfaces:
graphql.annotations.processor.typeFunctions.TypeFunction
public class GraphQLScalarTypeFunction
extends Object
implements graphql.annotations.processor.typeFunctions.TypeFunction
Maps Java classes to the corresponding scalar definitions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongraphql.schema.GraphQLTypebuildType(boolean input, Class<?> aClass, AnnotatedType annotatedType, graphql.annotations.processor.ProcessingElementsContainer container) booleancanBuildType(Class<?> aClass, AnnotatedType annotatedType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.annotations.processor.typeFunctions.TypeFunction
buildType, getTypeName
-
Constructor Details
-
GraphQLScalarTypeFunction
public GraphQLScalarTypeFunction()
-
-
Method Details
-
canBuildType
- Specified by:
canBuildTypein interfacegraphql.annotations.processor.typeFunctions.TypeFunction
-
buildType
public graphql.schema.GraphQLType buildType(boolean input, Class<?> aClass, AnnotatedType annotatedType, graphql.annotations.processor.ProcessingElementsContainer container) - Specified by:
buildTypein interfacegraphql.annotations.processor.typeFunctions.TypeFunction
-