Class GraphQLScalar
-
- All Implemented Interfaces:
public final class GraphQLScalarCustom scalar to converter mapping.
-
-
Constructor Summary
Constructors Constructor Description GraphQLScalar(String scalar, String type, String converter)
-
Method Summary
Modifier and Type Method Description final ClassNamegetClassName()final ClassNamegetConverterClassName()final StringgetScalar()Custom GraphQL scalar name. final StringgetType()Fully qualified class name of a custom scalar type, e.g. final StringgetConverter()Fully qualified class name of a custom converter used to convert to/from raw JSON and type -
-
Method Detail
-
getClassName
final ClassName getClassName()
-
getConverterClassName
final ClassName getConverterClassName()
-
getType
final String getType()
Fully qualified class name of a custom scalar type, e.g. java.util.UUID
-
getConverter
final String getConverter()
Fully qualified class name of a custom converter used to convert to/from raw JSON and type
-
-
-
-