Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration properties.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapper |
PropertyMapper.alwaysApplying(PropertyMapper.SourceOperator operator)
Return a new
PropertyMapper instance that applies the given
PropertyMapper.SourceOperator to every source. |
PropertyMapper |
PropertyMapper.alwaysApplyingWhenNonNull()
Return a new
PropertyMapper instance that applies
whenNonNull to every source. |
static PropertyMapper |
PropertyMapper.get()
Return the property mapper.
|