Serialized Form
-
Package org.hibernate.validator
-
Class org.hibernate.validator.HibernateValidatorPermission
class HibernateValidatorPermission extends BasicPermission implements Serializable
-
-
Package org.hibernate.validator.cdi.internal.interceptor
-
Class org.hibernate.validator.cdi.internal.interceptor.ValidationInterceptor
class ValidationInterceptor extends Object implements Serializable- serialVersionUID:
- 604440259030722151L
-
Serialized Fields
-
validator
Validator validator
The validator to be used for method validation.Although the concrete validator is not necessarily serializable (and HV's implementation indeed isn't) it is still alright to have it as non-transient field here. Upon passivation not the validator itself will be serialized, but the proxy injected here, which in turn is serializable.
-
-
-
Package org.hibernate.validator.internal.engine
-
Class org.hibernate.validator.internal.engine.ConstraintViolationImpl
class ConstraintViolationImpl extends Object implements Serializable- serialVersionUID:
- -4970067626703103139L
-
Serialized Fields
-
constraintDescriptor
ConstraintDescriptor<?> constraintDescriptor
-
dynamicPayload
Object dynamicPayload
-
executableParameters
Object[] executableParameters
-
executableReturnValue
Object executableReturnValue
-
expressionVariables
Map<String,
Object> expressionVariables -
hashCode
int hashCode
-
interpolatedMessage
String interpolatedMessage
-
leafBeanInstance
Object leafBeanInstance
-
messageParameters
Map<String,
Object> messageParameters -
messageTemplate
String messageTemplate
-
propertyPath
Path propertyPath
-
rootBean
T rootBean
-
rootBeanClass
Class<T> rootBeanClass
-
value
Object value
-
-
Class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
class DefaultPropertyNodeNameProvider extends Object implements Serializable
-
-
Package org.hibernate.validator.internal.engine.messageinterpolation.el
-
Exception org.hibernate.validator.internal.engine.messageinterpolation.el.DisabledFeatureELException
class DisabledFeatureELException extends ELException implements Serializable
-
-
Package org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Exception org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException
class MessageDescriptorFormatException extends ValidationException implements Serializable
-
-
Package org.hibernate.validator.internal.engine.path
-
Class org.hibernate.validator.internal.engine.path.NodeImpl
class NodeImpl extends Object implements Serializable- serialVersionUID:
- 2075466571633860499L
-
Serialized Fields
-
asString
String asString
-
containerClass
Class<?> containerClass
-
hashCode
int hashCode
-
index
Integer index
-
isIterable
boolean isIterable
-
key
Object key
-
kind
ElementKind kind
-
name
String name
-
parameterIndex
Integer parameterIndex
-
parameterTypes
Class<?>[] parameterTypes
-
parent
NodeImpl parent
-
typeArgumentIndex
Integer typeArgumentIndex
-
value
Object value
-
-
Class org.hibernate.validator.internal.engine.path.PathImpl
class PathImpl extends Object implements Serializable- serialVersionUID:
- 7564511574909882392L
-
-
Package org.hibernate.validator.internal.metadata.descriptor
-
Class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
class BeanDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
constrainedConstructors
Map<Signature,
ConstructorDescriptor> constrainedConstructors -
constrainedMethods
Map<Signature,
ExecutableDescriptorImpl> constrainedMethods -
constrainedProperties
Map<String,
PropertyDescriptor> constrainedProperties
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ClassDescriptorImpl
class ClassDescriptorImpl extends ElementDescriptorImpl implements Serializable -
Class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
class ConstraintDescriptorImpl extends Object implements Serializable- serialVersionUID:
- -2563102960314069246L
-
Serialized Fields
-
annotationDescriptor
ConstraintAnnotationDescriptor<T extends Annotation> annotationDescriptor
The annotation descriptor - accessing the annotation information has a cost so we do it only once. -
composingConstraints
Set<ConstraintDescriptorImpl<?>> composingConstraints
The composing constraints for this constraint. -
compositionType
CompositionType compositionType
Type indicating how composing constraints should be combined. By default this is set toConstraintComposition.CompositionType.AND
. -
constraintLocationKind
ConstraintLocation.ConstraintLocationKind constraintLocationKind
Describes on which level (TYPE
,METHOD
,FIELD
...) the constraint was defined on. -
constraintType
ConstraintDescriptorImpl.ConstraintType constraintType
The type of this constraint. -
constraintValidatorClasses
List<Class<? extends ConstraintValidator<T extends Annotation,
?>>> constraintValidatorClasses The set of classes implementing the validation for this constraint. See alsoConstraintValidator
resolution algorithm. -
definedOn
ConstraintOrigin definedOn
The origin of the constraint. Defined on the actual root class or somewhere in the class hierarchy -
groups
Set<Class<?>> groups
The groups for which to apply this constraint. -
hashCode
int hashCode
-
isReportAsSingleInvalidConstraint
boolean isReportAsSingleInvalidConstraint
Flag indicating if in case of a composing constraint a single error or multiple errors should be raised. -
payloads
Set<Class<? extends Payload>> payloads
The specified payload of the constraint. -
validationAppliesTo
ConstraintTarget validationAppliesTo
The target of the constraint. -
valueUnwrapping
ValidateUnwrappedValue valueUnwrapping
The unwrapping behavior defined on the constraint.
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
class ContainerElementTypeDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
containerClass
Class<?> containerClass
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
typeArgumentIndex
Integer typeArgumentIndex
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.CrossParameterDescriptorImpl
class CrossParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable -
Class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
class ElementDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
constraintDescriptors
Set<ConstraintDescriptorImpl<?>> constraintDescriptors
-
defaultGroupSequence
List<Class<?>> defaultGroupSequence
-
defaultGroupSequenceRedefined
boolean defaultGroupSequenceRedefined
-
type
Class<?> type
The type of the element
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
class ExecutableDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
crossParameterDescriptor
CrossParameterDescriptor crossParameterDescriptor
-
isGetter
boolean isGetter
-
name
String name
-
parameters
List<ParameterDescriptor> parameters
-
returnValueDescriptor
ReturnValueDescriptor returnValueDescriptor
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
class ParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
index
int index
-
name
String name
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
class PropertyDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
propertyName
String propertyName
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
class ReturnValueDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
-
-
-
Package org.hibernate.validator.internal.util
-
Class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitute theConcurrentReferenceHashMap
instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if the class of a serialized object could not be found
-
writeObject
Save the state of theConcurrentReferenceHashMap
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.
- Parameters:
s
- the stream- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Package org.hibernate.validator.internal.util.annotation
-
Class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
class AnnotationDescriptor extends Object implements Serializable-
Serialized Fields
-
annotation
A extends Annotation annotation
-
attributes
Map<String,
Object> attributes -
hashCode
int hashCode
-
type
Class<A extends Annotation> type
-
-
-
Class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
class ConstraintAnnotationDescriptor extends AnnotationDescriptor<A extends Annotation> implements Serializable
-
-
Package org.hibernate.validator.internal.util.logging
-
Class org.hibernate.validator.internal.util.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.validator.internal.util.logging.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.validator.spi.scripting
-
Exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
class ScriptEvaluationException extends ValidationException implements Serializable -
Exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
class ScriptEvaluatorNotFoundException extends ValidationException implements Serializable
-