Class JHipsterModulePropertyDefinition
java.lang.Object
tech.jhipster.lite.module.domain.resource.JHipsterModulePropertyDefinition
-
Method Details
-
basePackageProperty
-
projectNameProperty
-
endOfLineProperty
-
indentationProperty
-
configurationFormatProperty
-
mandatoryStringProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder mandatoryStringProperty(String key) -
optionalStringProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder optionalStringProperty(String key) -
mandatoryIntegerProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder mandatoryIntegerProperty(String key) -
optionalIntegerProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder optionalIntegerProperty(String key) -
mandatoryBooleanProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder mandatoryBooleanProperty(String key) -
optionalBooleanProperty
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionOptionalFieldsBuilder optionalBooleanProperty(String key) -
builder
public static JHipsterModulePropertyDefinition.JHipsterModulePropertyDefinitionTypeBuilder builder() -
type
-
key
-
isMandatory
public boolean isMandatory() -
description
-
defaultValue
-
order
public int order()
-