Uses of Enum Class
io.smallrye.graphql.schema.model.Transformation.Type
-
Uses of Transformation.Type in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return Transformation.TypeModifier and TypeMethodDescriptionTransformation.getType()static Transformation.TypeReturns the enum constant of this class with the specified name.static Transformation.Type[]Transformation.Type.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 Transformation.TypeConstructors in io.smallrye.graphql.schema.model with parameters of type Transformation.TypeModifierConstructorDescriptionTransformation(Transformation.Type type, String format, String locale, boolean jsonB)