public class GraphQLScalarTypeFunction
extends java.lang.Object
implements graphql.annotations.processor.typeFunctions.TypeFunction
| Constructor and Description |
|---|
GraphQLScalarTypeFunction() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLType |
buildType(boolean input,
java.lang.Class<?> aClass,
java.lang.reflect.AnnotatedType annotatedType,
graphql.annotations.processor.ProcessingElementsContainer container) |
boolean |
canBuildType(java.lang.Class<?> aClass,
java.lang.reflect.AnnotatedType annotatedType) |
public boolean canBuildType(java.lang.Class<?> aClass,
java.lang.reflect.AnnotatedType annotatedType)
canBuildType in interface graphql.annotations.processor.typeFunctions.TypeFunctionpublic graphql.schema.GraphQLType buildType(boolean input,
java.lang.Class<?> aClass,
java.lang.reflect.AnnotatedType annotatedType,
graphql.annotations.processor.ProcessingElementsContainer container)
buildType in interface graphql.annotations.processor.typeFunctions.TypeFunction