类的使用
cn.taketoday.validation.AbstractBindingResult
使用AbstractBindingResult的程序包
程序包
说明
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
cn.taketoday.validation中AbstractBindingResult的使用
修饰符和类型类说明classAbstract base class forBindingResultimplementations that work with Framework'sPropertyAccessormechanism.classDefault implementation of theErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects.classSpecial implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.classMap-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.