Uses of Enum Class
io.spring.initializr.generator.buildsystem.gradle.Attribute.Type
Packages that use Attribute.Type
-
Uses of Attribute.Type in io.spring.initializr.generator.buildsystem.gradle
Methods in io.spring.initializr.generator.buildsystem.gradle that return Attribute.TypeModifier and TypeMethodDescriptionAttribute.getType()
Return theAttribute.Type
of the attribute.static Attribute.Type
Returns the enum constant of this class with the specified name.static Attribute.Type[]
Attribute.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.spring.initializr.generator.buildsystem.gradle with parameters of type Attribute.TypeModifierConstructorDescriptionprotected
Attribute
(String name, String value, Attribute.Type type)