Class InitializrProperties.SimpleElement

java.lang.Object
io.spring.initializr.metadata.InitializrProperties.SimpleElement
Enclosing class:
InitializrProperties

public static final class InitializrProperties.SimpleElement extends Object
A simple element from the properties.
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • apply

      public void apply(TextCapability capability)