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 voidDefaultPropertiesPropertySource.ifNotEmpty(@Nullable Map<String, Object> source, @Nullable Consumer<DefaultPropertiesPropertySource> action) Create a newDefaultPropertiesPropertySourceinstance if the provided source is not empty.