Uses of Class
org.springframework.boot.context.properties.PropertyMapper.Source.Always
Packages that use PropertyMapper.Source.Always
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper.Source.Always in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties that return PropertyMapper.Source.AlwaysModifier and TypeMethodDescriptionPropertyMapper.Source.always()
Return a version of this source that can be used to always complete mappings, even if values arenull
.<R> PropertyMapper.Source.Always
<R> PropertyMapper.Source.Always.as
(PropertyMapper.Source.Always.Adapter<? super T, ? extends R> adapter) Return an adapted version of the source changed through the given adapter function.