类的使用
cn.taketoday.context.properties.bind.BindResult
使用BindResult的程序包
-
cn.taketoday.context.properties.bind中BindResult的使用
修饰符和类型方法说明<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, BindHandler handler) Bind the specified targetBindableusing 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, BindHandler handler) Bind the specified targetBindableusing this binder'sproperty sources.<T> BindResult<T>Bind the specified targetClassusing 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.