Uses of Record Class
tech.jhipster.lite.module.domain.buildproperties.PropertyValue
Packages that use PropertyValue
Package
Description
-
Uses of PropertyValue in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return PropertyValueModifier and TypeMethodDescriptionstatic PropertyValueJHipsterModule.buildPropertyValue(String value) -
Uses of PropertyValue in tech.jhipster.lite.module.domain.buildproperties
Methods in tech.jhipster.lite.module.domain.buildproperties that return PropertyValueModifier and TypeMethodDescriptionBuildProperty.value()Returns the value of thevaluerecord component.Methods in tech.jhipster.lite.module.domain.buildproperties with parameters of type PropertyValueModifier and TypeMethodDescriptionJHipsterModuleBuildProperties.JHipsterModuleBuildPropertiesBuilder.set(PropertyKey key, PropertyValue value) Constructors in tech.jhipster.lite.module.domain.buildproperties with parameters of type PropertyValueModifierConstructorDescriptionBuildProperty(PropertyKey key, PropertyValue value) Creates an instance of aBuildPropertyrecord class.