类的使用
cn.taketoday.validation.AbstractErrors
使用AbstractErrors的程序包
程序包
说明
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
cn.taketoday.validation中AbstractErrors的使用
修饰符和类型类说明classAbstract implementation of theBindingResultinterface and its super-interfaceErrors.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.