Uses of Class
org.springframework.boot.context.properties.bind.BindResult
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of BindResult in org.springframework.boot.context.properties.bind
Modifier and TypeMethodDescription<T> BindResult<T>
Bind the specified targetClass
using this binder'sproperty sources
.<T> BindResult<T>
Bind the specified targetBindable
using this binder'sproperty sources
.<T> BindResult<T>
Binder.bind
(String name, Bindable<T> target, BindHandler handler) Bind the specified targetBindable
using this binder'sproperty sources
.<T> BindResult<T>
Binder.bind
(ConfigurationPropertyName name, Bindable<T> target) Bind the specified targetBindable
using this binder'sproperty sources
.<T> BindResult<T>
Binder.bind
(ConfigurationPropertyName name, Bindable<T> target, BindHandler handler) Bind the specified targetBindable
using this binder'sproperty sources
.<U> BindResult<U>
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.