Uses of Class
org.springframework.boot.DefaultPropertiesPropertySource
Packages that use DefaultPropertiesPropertySource
-
Uses of DefaultPropertiesPropertySource in org.springframework.boot
Method parameters in org.springframework.boot with type arguments of type DefaultPropertiesPropertySourceModifier and TypeMethodDescriptionstatic void
DefaultPropertiesPropertySource.ifNotEmpty
(Map<String, Object> source, Consumer<DefaultPropertiesPropertySource> action) Create a newDefaultPropertiesPropertySource
instance if the provided source is not empty.