Serialized Form


Package org.hibernate.validator.engine

Class org.hibernate.validator.engine.ConstraintViolationImpl extends java.lang.Object implements Serializable

Serialized Fields

interpolatedMessage

java.lang.String interpolatedMessage

rootBean

java.lang.Object rootBean

value

java.lang.Object value

propertyPath

javax.validation.Path propertyPath

leafBeanInstance

java.lang.Object leafBeanInstance

constraintDescriptor

javax.validation.metadata.ConstraintDescriptor<T extends java.lang.annotation.Annotation> constraintDescriptor

messageTemplate

java.lang.String messageTemplate

rootBeanClass

java.lang.Class<T> rootBeanClass

elementType

java.lang.annotation.ElementType elementType

Class org.hibernate.validator.engine.NodeImpl extends java.lang.Object implements Serializable

serialVersionUID: 2075466571633860499L

Serialized Fields

name

java.lang.String name

isInIterable

boolean isInIterable

index

java.lang.Integer index

key

java.lang.Object key

Class org.hibernate.validator.engine.PathImpl extends java.lang.Object implements Serializable

serialVersionUID: 7564511574909882392L

Serialized Fields

nodeList

java.util.List<E> nodeList

Package org.hibernate.validator.metadata

Class org.hibernate.validator.metadata.ConstraintDescriptorImpl extends java.lang.Object implements Serializable

serialVersionUID: -2563102960314069246L

Serialized Fields

annotation

java.lang.annotation.Annotation annotation
The actual constraint annotation.


constraintValidatorDefinitionClasses

java.util.List<E> constraintValidatorDefinitionClasses
The set of classes implementing the validation for this constraint. See also ConstraintValidator resolution algorithm.


groups

java.util.Set<E> groups
The groups for which to apply this constraint.


attributes

java.util.Map<K,V> attributes
The constraint parameters as map. The key is the parameter name and the value the parameter value as specified in the constraint.


payloads

java.util.Set<E> payloads
The specified payload of the constraint.


composingConstraints

java.util.Set<E> composingConstraints
The composing constraints for this constraint.


isReportAsSingleInvalidConstraint

boolean isReportAsSingleInvalidConstraint
Flag indicating if in case of a composing constraint a single error or multiple errors should be raised.


elementType

java.lang.annotation.ElementType elementType
Describes on which level (TYPE, METHOD, FIELD) the constraint was defined on.


definedOn

ConstraintOrigin definedOn
The oririgin of the constraint. Defined on the actual root class or somehwere in the class hierarchy



Copyright © 2007-2009. All Rights Reserved.