インターフェースの使用
org.springframework.boot.context.properties.PropertyMapper.Source.Adapter
PropertyMapper.Source.Adapter を使用するパッケージ
org.springframework.boot.context.properties 内の PropertyMapper.Source.Adapter 使用
型 PropertyMapper.Source.Adapter のパラメーターを持つ org.springframework.boot.context.properties のメソッド修飾子と型メソッド説明<R> PropertyMapper.Source<R> PropertyMapper.Source.as(PropertyMapper.Source.Adapter<? super T, ? extends R> adapter) 指定されたアダプター関数によって変更されたソースの適合バージョンを返します。<R extends NumberSE>
PropertyMapper.Source<IntegerSE> PropertyMapper.Source.asInt(PropertyMapper.Source.Adapter<? super T, ? extends R> adapter) IntegerSE 型のソースの適応バージョンを返します。