Package io.smallrye.graphql.schema.model
Class CustomScalarType
java.lang.Object
io.smallrye.graphql.schema.model.Reference
io.smallrye.graphql.schema.model.CustomScalarType
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.smallrye.graphql.schema.model.Reference
Reference.Builder -
Constructor Summary
ConstructorsConstructorDescriptionCustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType) voidsetDescription(String description) toString()Methods inherited from class io.smallrye.graphql.schema.model.Reference
addDirectiveInstance, equals, getAdaptTo, getAdaptWith, getAllParametrizedTypes, getClassName, getClassParametrizedType, getClassParametrizedTypes, getDirectiveInstances, getGraphQLClassName, getName, getParentClassParametrizedTypes, getType, getWrapper, hasClassParameterizedTypes, hasDirectiveInstances, hashCode, hasWrapper, isAdaptingTo, isAdaptingWith, isAddParametrizedTypeNameExtension, setAdaptTo, setAdaptWith, setAddParametrizedTypeNameExtension, setClassName, setClassParametrizedTypes, setDirectiveInstances, setGraphQLClassName, setName, setParentClassParametrizedTypes, setType, setWrapper
-
Constructor Details
-
CustomScalarType
public CustomScalarType() -
CustomScalarType
public CustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)
-
-
Method Details
-
getDescription
-
getCustomScalarPrimitiveType
-
setDescription
-
setCustomScalarPrimitiveType
public void setCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType) -
toString
-