Uses of Interface
org.springframework.boot.context.properties.PropertyMapper.Source.Always.Factory
Packages that use PropertyMapper.Source.Always.Factory
Package
Description
Support for external configuration properties.
-
Uses of PropertyMapper.Source.Always.Factory in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties with parameters of type PropertyMapper.Source.Always.FactoryModifier and TypeMethodDescription<R> R
PropertyMapper.Source.Always.toInstance
(PropertyMapper.Source.Always.Factory<? super T, ? extends R> factory) Complete the mapping by creating a new instance from the non-filtered value.