Uses of Class
org.springframework.boot.context.properties.PropertyMapper
Packages that use PropertyMapper
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties that return PropertyMapperModifier and TypeMethodDescriptionPropertyMapper.alwaysApplying
(PropertyMapper.SourceOperator operator) Return a newPropertyMapper
instance that applies the givenPropertyMapper.SourceOperator
to every source.PropertyMapper.alwaysApplyingWhenNonNull()
Return a newPropertyMapper
instance that applieswhenNonNull
to every source.static PropertyMapper
PropertyMapper.get()
Return the property mapper.