类的使用
org.springframework.validation.AbstractErrors
使用AbstractErrors的程序包 程序包 说明 org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.org.springframework.validation中AbstractErrors的使用
org.springframework.validation中AbstractErrors的子类 修饰符和类型 类 说明 classAbstractBindingResultAbstract implementation of theBindingResultinterface and its super-interfaceErrors.classAbstractPropertyBindingResultAbstract base class forBindingResultimplementations that work with Spring'sPropertyAccessormechanism.classBeanPropertyBindingResultDefault implementation of theErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects.classDirectFieldBindingResultSpecial implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.classMapBindingResultMap-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.