Uses of Interface
org.springframework.boot.context.properties.PropertyMapper.Source.Always.Adapter
Packages that use PropertyMapper.Source.Always.Adapter
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper.Source.Always.Adapter in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties with parameters of type PropertyMapper.Source.Always.AdapterModifier and TypeMethodDescription<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.