Uses of Class
org.springframework.boot.context.properties.PropertyMapper
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper in org.springframework.boot.context.properties
Modifier 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.