Uses of Record Class
tech.jhipster.lite.module.domain.javaproperties.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.propertyValue(String... values) -
Uses of PropertyValue in tech.jhipster.lite.module.domain.javaproperties
Methods in tech.jhipster.lite.module.domain.javaproperties that return PropertyValueMethods in tech.jhipster.lite.module.domain.javaproperties that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionJHipsterModuleSpringProperties.properties()PropertiesBlockComment.properties()SpringPropertiesBlockComment.properties()Methods in tech.jhipster.lite.module.domain.javaproperties with parameters of type PropertyValueModifier and TypeMethodDescriptionPropertiesBlockComment.PropertiesBlockCommentBuilder.add(PropertyKey propertyKey, PropertyValue propertyValue) PropertiesBlockComment.PropertiesBlockCommentPropertiesBuilder.add(PropertyKey propertyKey, PropertyValue propertyValue) JHipsterModuleSpringProperties.JHipsterModuleSpringPropertiesBuilder.set(PropertyKey key, PropertyValue value) SpringProperty.SpringPropertyBuilder.value(PropertyValue value) SpringProperty.SpringPropertyValueBuilder.value(PropertyValue value) Method parameters in tech.jhipster.lite.module.domain.javaproperties with type arguments of type PropertyValueModifier and TypeMethodDescriptionSpringPropertiesBlockComment.SpringPropertiesBlockCommentBuilder.properties(Map<PropertyKey, PropertyValue> properties) SpringPropertiesBlockComment.SpringPropertiesBlockCommentPropertiesBuilder.properties(Map<PropertyKey, PropertyValue> properties) -
Uses of PropertyValue in tech.jhipster.lite.module.infrastructure.secondary
Method parameters in tech.jhipster.lite.module.infrastructure.secondary with type arguments of type PropertyValueModifier and TypeMethodDescriptionvoidPropertiesFileSpringPropertiesBlockCommentsHandler.set(Comment comment, Map<PropertyKey, PropertyValue> properties)