Serialized Form


Package org.hibernate.validator.engine

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

serialVersionUID: -4970067626703103139L

Serialized Fields

interpolatedMessage

String interpolatedMessage

rootBean

Object rootBean

value

Object value

propertyPath

Path propertyPath

leafBeanInstance

Object leafBeanInstance

constraintDescriptor

ConstraintDescriptor<T extends Annotation> constraintDescriptor

messageTemplate

String messageTemplate

rootBeanClass

Class<T> rootBeanClass

elementType

ElementType elementType

Class org.hibernate.validator.engine.MethodConstraintViolationImpl extends ConstraintViolationImpl<T> implements Serializable

serialVersionUID: 7907489574577836537L

Serialized Fields

method

Method method

parameterIndex

Integer parameterIndex

parameterName

String parameterName

kind

MethodConstraintViolation.Kind kind

Class org.hibernate.validator.engine.MethodParameterNodeImpl extends NodeImpl implements Serializable

serialVersionUID: -1964614171714243780L

Class org.hibernate.validator.engine.MethodReturnValueNodeImpl extends NodeImpl implements Serializable

serialVersionUID: -1964614171714243780L

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

serialVersionUID: 2075466571633860499L

Serialized Fields

name

String name

parent

NodeImpl parent

isIterable

boolean isIterable

index

Integer index

key

Object key

hashCode

int hashCode

asString

String asString

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

serialVersionUID: 7564511574909882392L

Serialized Fields

nodeList

List<E> nodeList

currentLeafNode

NodeImpl currentLeafNode

hashCode

int hashCode

Package org.hibernate.validator.metadata

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

serialVersionUID: -2563102960314069246L

Serialized Fields

annotation

Annotation annotation
The actual constraint annotation.


annotationType

Class<T> annotationType
The type of the annotation made instance variable, because annotation.annotationType() is quite expensive.


constraintValidatorDefinitionClasses

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


groups

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


attributes

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

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


composingConstraints

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

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


definedOn

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


compositionType

CompositionType compositionType
Type indicating how composing constraints should be combined. By default this is set to ConstraintComposition.CompositionType.AND.


Package org.hibernate.validator.method

Class org.hibernate.validator.method.MethodConstraintViolationException extends ValidationException implements Serializable

serialVersionUID: 5694703022614920634L

Serialized Fields

constraintViolations

Set<E> constraintViolations

Package org.hibernate.validator.util

Class org.hibernate.validator.util.LRUMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

maxEntries

int maxEntries

Package org.hibernate.validator.util.annotationfactory

Class org.hibernate.validator.util.annotationfactory.AnnotationProxy extends Object implements Serializable

serialVersionUID: 6907601010599429454L

Serialized Fields

annotationType

Class<T> annotationType

values

Map<K,V> values



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved