类的使用
cn.taketoday.context.properties.bind.Binder
使用Binder的程序包
-
cn.taketoday.context.properties.bind中Binder的使用
修饰符和类型方法说明static BinderBinder.get(cn.taketoday.core.env.Environment environment) Create a newBinderinstance from the specified environment.static BinderBinder.get(cn.taketoday.core.env.Environment environment, BindHandler defaultBindHandler) Create a newBinderinstance from the specified environment.BindContext.getBinder()Return the source binder that is performing the bind operation.