Uses of Class
io.smallrye.graphql.schema.model.CustomScalarType.CustomScalarPrimitiveType
-
-
Uses of CustomScalarType.CustomScalarPrimitiveType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return CustomScalarType.CustomScalarPrimitiveType Modifier and Type Method Description CustomScalarType.CustomScalarPrimitiveTypeCustomScalarType. getCustomScalarPrimitiveType()static CustomScalarType.CustomScalarPrimitiveTypeCustomScalarType.CustomScalarPrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomScalarType.CustomScalarPrimitiveType[]CustomScalarType.CustomScalarPrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type CustomScalarType.CustomScalarPrimitiveType Modifier and Type Method Description voidCustomScalarType. setCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)Constructors in io.smallrye.graphql.schema.model with parameters of type CustomScalarType.CustomScalarPrimitiveType Constructor Description CustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)
-