クラスの使用
org.springframework.boot.context.properties.bind.BindResult
BindResult を使用するパッケージ
org.springframework.boot.context.properties.bind 内の BindResult 使用
修飾子と型メソッド説明<T> BindResult<T> このバインダーのproperty sourcesを使用して、指定されたターゲットClassSE をバインドします。<T> BindResult<T> このバインダーのproperty sourcesを使用して、指定されたターゲットBindableをバインドします。<T> BindResult<T> Binder.bind(StringSE name, Bindable<T> target, @Nullable BindHandler handler) このバインダーのproperty sourcesを使用して、指定されたターゲットBindableをバインドします。<T> BindResult<T> Binder.bind(ConfigurationPropertyName name, Bindable<T> target) このバインダーのproperty sourcesを使用して、指定されたターゲットBindableをバインドします。<T> BindResult<T> Binder.bind(ConfigurationPropertyName name, Bindable<T> target, @Nullable BindHandler handler) このバインダーのproperty sourcesを使用して、指定されたターゲットBindableをバインドします。<U> BindResult<U> BindResult.map(FunctionSE<? super T, ? extends U> mapper) 提供されたマッピング関数をバインドされた値に適用するか、値がバインドされていない場合は更新されたバインドされていない結果を返します。