Package com.helixframework.validation
Class HelixBindingResult
java.lang.Object
org.springframework.validation.AbstractErrors
org.springframework.validation.AbstractBindingResult
com.helixframework.validation.HelixBindingResult
- All Implemented Interfaces:
Serializable,org.springframework.validation.BindingResult,org.springframework.validation.Errors
public class HelixBindingResult
extends org.springframework.validation.AbstractBindingResult
Result of parameter binding for arguments annotated with
HelixValidator.- See Also:
-
Field Summary
Fields inherited from interface org.springframework.validation.BindingResult
MODEL_KEY_PREFIXFields inherited from interface org.springframework.validation.Errors
NESTED_PATH_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionHelixBindingResult(Object target, String objectName) Creates a new instance ofHelixBindingResult. -
Method Summary
Methods inherited from class org.springframework.validation.AbstractBindingResult
addAllErrors, addError, equals, findEditor, formatFieldValue, getAllErrors, getErrorCount, getFieldError, getFieldError, getFieldErrors, getFieldErrors, getFieldType, getFieldValue, getGlobalError, getGlobalErrors, getMessageCodesResolver, getModel, getObjectName, getPropertyEditorRegistry, getRawFieldValue, getSuppressedFields, hasErrors, hashCode, recordFieldValue, recordSuppressedField, reject, rejectValue, resolveMessageCodes, resolveMessageCodes, setMessageCodesResolverMethods inherited from class org.springframework.validation.AbstractErrors
canonicalFieldName, doSetNestedPath, fixedField, getNestedPath, isMatchingFieldError, popNestedPath, pushNestedPath, setNestedPath, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.validation.Errors
failOnError, getFieldErrorCount, getFieldErrorCount, getGlobalErrorCount, getNestedPath, hasFieldErrors, hasFieldErrors, hasGlobalErrors, popNestedPath, pushNestedPath, reject, reject, rejectValue, rejectValue, setNestedPath, toString
-
Constructor Details
-
HelixBindingResult
Creates a new instance ofHelixBindingResult.- Parameters:
target- bound objectobjectName- name of bound object
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfaceorg.springframework.validation.BindingResult- Specified by:
getTargetin classorg.springframework.validation.AbstractBindingResult
-
getActualFieldValue
- Specified by:
getActualFieldValuein classorg.springframework.validation.AbstractBindingResult
-