Interface CustomScalar
- All Superinterfaces:
Type
- All Known Implementing Classes:
CustomScalarType
All types found in the GraphQL schema(s), and discovered during the GraphQL parsing, are instance of
CustomScalar
.- Author:
- etienne-sf
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.graphql_java_generator.plugin.language.Type
Type.GraphQlType, Type.TargetFileType
-
Method Summary
Modifier and TypeMethodDescriptionretrieves the definition for this custom scalarMethods inherited from interface com.graphql_java_generator.plugin.language.Type
addAnnotation, addAnnotation, addImport, addImportForUtilityClasses, getAnnotation, getAppliedDirectives, getCamelCaseName, getClassFullName, getClassSimpleName, getComments, getDataFetcher, getDescription, getField, getFields, getGraphQlType, getIdentifier, getImports, getImportsForUtilityClasses, getJavaName, getName, getPackageName, getRequestType, getTargetFileName, isCustomScalar, isEnum, isInputType, isScalar
-
Method Details
-
getCustomScalarDefinition
CustomScalarDefinition getCustomScalarDefinition()retrieves the definition for this custom scalar
-