Uses of Interface
org.springframework.boot.context.properties.PropertyMapper.Source.Adapter
Packages that use PropertyMapper.Source.Adapter
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper.Source.Adapter in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties with parameters of type PropertyMapper.Source.AdapterModifier and TypeMethodDescription<R> PropertyMapper.Source
<R> PropertyMapper.Source.as
(PropertyMapper.Source.Adapter<? super T, ? extends R> adapter) Return an adapted version of the source changed through the given adapter function.<R extends Number>
PropertyMapper.Source<Integer> PropertyMapper.Source.asInt
(PropertyMapper.Source.Adapter<? super T, ? extends R> adapter) Return an adapted version of the source withInteger
type.