Uses of Interface
org.springframework.boot.context.properties.PropertyMapper.Source.Always.Mapper
Packages that use PropertyMapper.Source.Always.Mapper
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper.Source.Always.Mapper in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties with parameters of type PropertyMapper.Source.Always.MapperModifier and TypeMethodDescription<R> R
PropertyMapper.Source.Always.to
(R instance, PropertyMapper.Source.Always.Mapper<R, ? super T> mapper) Complete the mapping for any non-filtered value by applying the given function to an existing instance and returning a new one.