Uses of 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(Boolean... values) static PropertyValueJHipsterModule.propertyValue(Number... values) static 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) static PropertyValuestatic PropertyValuestatic PropertyValueSpringFactory.value()SpringProperty.value()Methods in tech.jhipster.lite.module.domain.javaproperties that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionJHipsterModuleSpringFactories.factories()JHipsterModuleSpringProperties.properties()Methods in tech.jhipster.lite.module.domain.javaproperties with parameters of type PropertyValueModifier and TypeMethodDescriptionJHipsterModuleSpringFactories.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.SpringPropertyValueBuilder.value(PropertyValue value) -
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)