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