パッケージ | 説明 |
---|---|
org.springframework.boot.context.properties | 外部構成プロパティのサポート。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> PropertyMapper.Source<T> | PropertyMapper.SourceOperator.apply(PropertyMapper.Source<T> source) 指定されたソースに操作を適用します。 |
<R> PropertyMapper.Source<R> | PropertyMapper.Source.as(FunctionSE<T,R> adapter) 指定されたアダプター関数を介して変更されたソースの適応バージョンを返します。 |
<R extends NumberSE> | PropertyMapper.Source.asInt(FunctionSE<T,R> adapter) Integer SE 型のソースの適応バージョンを返します。 |
<T> PropertyMapper.Source<T> | PropertyMapper.from(SupplierSE<T> supplier) マッピングの実行に使用できる指定された値サプライヤーから新しい PropertyMapper.Source を返します。 |
<T> PropertyMapper.Source<T> | PropertyMapper.from(T value) マッピングの実行に使用できる指定された値から新しい PropertyMapper.Source を返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.when(PredicateSE<T> predicate) 指定された述語と一致しない値をマップしないソースのフィルターされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenEqualTo(ObjectSE object) 指定された object に等しい値のみをマップするソースのフィルターされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenFalse() false である値のみをマップするソースのフィルタリングされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenHasText() 実際のテキストを含む toString() を持つ値のみをマップするソースのフィルタリングされたバージョンを返します。 |
<R extends T> | PropertyMapper.Source.whenInstanceOf(ClassSE<R> target) 指定された型のインスタンスである値のみをマップするソースのフィルタリングされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenNonNull() null 以外の値または NullPointerException SE をスローするサプライヤーをマップしないソースのフィルターされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenNot(PredicateSE<T> predicate) 指定された述語に一致する値をマップしないソースのフィルターされたバージョンを返します。 |
PropertyMapper.Source<T> | PropertyMapper.Source.whenTrue() true である値のみをマップするソースのフィルタリングされたバージョンを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> PropertyMapper.Source<T> | PropertyMapper.SourceOperator.apply(PropertyMapper.Source<T> source) 指定されたソースに操作を適用します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.