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 PropertyValueModifier and TypeMethodDescriptionstatic PropertyValuePropertyValue.merge(PropertyValue v1, PropertyValue v2) SpringFactory.value()SpringProperty.value()Methods in tech.jhipster.lite.module.domain.javaproperties that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionJHipsterModuleSpringFactories.factories()JHipsterModuleSpringProperties.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) JHipsterModuleSpringFactories.JHipsterModuleSpringFactoriesBuilder.append(PropertyKey key, PropertyValue value) static PropertyValuePropertyValue.merge(PropertyValue v1, PropertyValue v2) JHipsterModuleSpringProperties.JHipsterModuleSpringPropertiesBuilder.set(PropertyKey key, PropertyValue value) SpringFactory.SpringFactoryValueBuilder.value(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
Methods in tech.jhipster.lite.module.infrastructure.secondary with parameters of type PropertyValueModifier and TypeMethodDescriptionvoidPropertiesFileSpringFactoriesHandler.append(PropertyKey key, PropertyValue value) Method parameters in tech.jhipster.lite.module.infrastructure.secondary with type arguments of type PropertyValueModifier and TypeMethodDescriptionvoidPropertiesFileSpringPropertiesBlockCommentsHandler.set(Comment comment, Map<PropertyKey, PropertyValue> properties)