Uses of Class
org.springframework.boot.context.properties.bind.BindResult
Packages that use BindResult
Package
Description
Support for
@ConfigurationProperties binding.-
Uses of BindResult in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return BindResultModifier and TypeMethodDescription<T> BindResult<T> Bind the specified targetClassusing this binder'sproperty sources.<T> BindResult<T> Bind the specified targetBindableusing this binder'sproperty sources.<T> BindResult<T> Binder.bind(String name, Bindable<T> target, @Nullable BindHandler handler) Bind the specified targetBindableusing this binder'sproperty sources.<T> BindResult<T> Binder.bind(ConfigurationPropertyName name, Bindable<T> target) Bind the specified targetBindableusing this binder'sproperty sources.<T> BindResult<T> Binder.bind(ConfigurationPropertyName name, Bindable<T> target, @Nullable BindHandler handler) Bind the specified targetBindableusing 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.