Uses of Enum 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.CustomScalarPrimitiveTypeModifier and TypeMethodDescriptionCustomScalarType.getCustomScalarPrimitiveType()Returns the enum constant of this class with the specified name.CustomScalarType.CustomScalarPrimitiveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type CustomScalarType.CustomScalarPrimitiveTypeModifier and TypeMethodDescriptionvoidCustomScalarType.setCustomScalarPrimitiveType(CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType) Constructors in io.smallrye.graphql.schema.model with parameters of type CustomScalarType.CustomScalarPrimitiveTypeModifierConstructorDescriptionCustomScalarType(String className, String name, String description, CustomScalarType.CustomScalarPrimitiveType customScalarPrimitiveType)