Serialized Form


Package org.hibernate.validator.internal.engine

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

serialVersionUID: -4970067626703103139L

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

Package org.hibernate.validator.internal.engine.path

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

serialVersionUID: 2075466571633860499L

Serialized Fields

name

java.lang.String name

parent

NodeImpl parent

isIterable

boolean isIterable

index

java.lang.Integer index

key

java.lang.Object key

hashCode

int hashCode

elementDescriptor

javax.validation.metadata.ElementDescriptor elementDescriptor

asString

java.lang.String asString

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

serialVersionUID: 7564511574909882392L

Serialized Fields

nodeList

java.util.List<E> nodeList

currentLeafNode

NodeImpl currentLeafNode

hashCode

int hashCode

Package org.hibernate.validator.internal.metadata.descriptor

Class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl extends ElementDescriptorImpl implements Serializable

Serialized Fields

constrainedProperties

java.util.Map<K,V> constrainedProperties

constrainedMethods

java.util.Map<K,V> constrainedMethods

constrainedConstructors

java.util.Map<K,V> constrainedConstructors

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

serialVersionUID: -2563102960314069246L

Serialized Fields

annotation

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


annotationType

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


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 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.

Class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type
The type of the element


constraintDescriptors

java.util.Set<E> constraintDescriptors

defaultGroupSequenceRedefined

boolean defaultGroupSequenceRedefined

defaultGroupSequence

java.util.List<E> defaultGroupSequence

Class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl extends ElementDescriptorImpl implements Serializable

Serialized Fields

kind

javax.validation.metadata.ElementDescriptor.Kind kind

name

java.lang.String name

parameters

java.util.List<E> parameters

returnValueDescriptor

javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor

Class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable

Serialized Fields

index

int index

name

java.lang.String name

cascaded

boolean cascaded

Class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl extends ElementDescriptorImpl implements Serializable

Serialized Fields

cascaded

boolean cascaded

property

java.lang.String property

Class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl extends ElementDescriptorImpl implements Serializable

Serialized Fields

cascaded

boolean cascaded

Package org.hibernate.validator.internal.util

Class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

segmentMask

int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.


segmentShift

int segmentShift
Shift value for indexing within segments.


segments

org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table


identityComparisons

boolean identityComparisons

Package org.hibernate.validator.internal.util.annotationfactory

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

serialVersionUID: 6907601010599429454L

Serialized Fields

annotationType

java.lang.Class<T> annotationType

values

java.util.Map<K,V> values

Package org.hibernate.validator.internal.util.logging

Class org.hibernate.validator.internal.util.logging.Log_$logger extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.jboss.logging.Logger log

Class org.hibernate.validator.internal.util.logging.Messages_$bundle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected java.lang.Object readResolve()



Copyright © 2012 Oracle Corporation. All Rights Reserved.