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
public final class CustomScalarType extends Reference
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomScalarType.CustomScalarPrimitiveType-
Nested classes/interfaces inherited from class io.smallrye.graphql.schema.model.Reference
Reference.Builder
-
-
Constructor Summary
Constructors Constructor Description CustomScalarType()CustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomScalarType.CustomScalarPrimitiveTypegetCustomScalarPrimitiveType()StringgetDescription()voidsetCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)voidsetDescription(String description)StringtoString()-
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 Detail
-
CustomScalarType
public CustomScalarType()
-
CustomScalarType
public CustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)
-
-
Method Detail
-
getDescription
public String getDescription()
-
getCustomScalarPrimitiveType
public CustomScalarType.CustomScalarPrimitiveType getCustomScalarPrimitiveType()
-
setDescription
public void setDescription(String description)
-
setCustomScalarPrimitiveType
public void setCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)
-
-