javax.validation.Validator validator
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.
java.lang.String interpolatedMessage
java.lang.Object rootBean
java.lang.Object value
javax.validation.Path propertyPath
java.lang.Object leafBeanInstance
javax.validation.metadata.ConstraintDescriptor<T extends java.lang.annotation.Annotation> constraintDescriptor
java.lang.String messageTemplate
java.util.Map<K,V> messageParameters
java.util.Map<K,V> expressionVariables
java.lang.Class<T> rootBeanClass
java.lang.annotation.ElementType elementType
java.lang.Object[] executableParameters
java.lang.Object executableReturnValue
java.lang.Object dynamicPayload
int hashCode
java.lang.String name
NodeImpl parent
boolean isIterable
java.lang.Integer index
java.lang.Object key
javax.validation.ElementKind kind
java.lang.Class<T>[] parameterTypes
java.lang.Integer parameterIndex
java.lang.Object value
java.lang.Class<T> containerClass
java.lang.Integer typeArgumentIndex
int hashCode
java.lang.String asString
java.util.List<E> nodeList
boolean nodeListRequiresCopy
NodeImpl currentLeafNode
int hashCode
java.util.Map<K,V> constrainedProperties
java.util.Map<K,V> constrainedMethods
java.util.Map<K,V> constrainedConstructors
ConstraintAnnotationDescriptor<A extends java.lang.annotation.Annotation> annotationDescriptor
java.util.List<E> constraintValidatorClasses
ConstraintValidator
resolution algorithm.java.util.Set<E> groups
java.util.Set<E> payloads
java.util.Set<E> composingConstraints
boolean isReportAsSingleInvalidConstraint
java.lang.annotation.ElementType elementType
TYPE
, METHOD
, FIELD
) the constraint was
defined on.ConstraintOrigin definedOn
ConstraintDescriptorImpl.ConstraintType constraintType
javax.validation.metadata.ValidateUnwrappedValue valueUnwrapping
javax.validation.ConstraintTarget validationAppliesTo
CompositionType compositionType
ConstraintComposition.CompositionType.AND
.int hashCode
java.lang.Class<T> containerClass
java.lang.Integer typeArgumentIndex
java.util.Set<E> constrainedContainerElementTypes
boolean cascaded
java.util.Set<E> groupConversions
java.lang.Class<T> type
java.util.Set<E> constraintDescriptors
boolean defaultGroupSequenceRedefined
java.util.List<E> defaultGroupSequence
java.lang.String name
java.util.List<E> parameters
javax.validation.metadata.CrossParameterDescriptor crossParameterDescriptor
javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor
boolean isGetter
int index
java.lang.String name
java.util.Set<E> constrainedContainerElementTypes
boolean cascaded
java.util.Set<E> groupConversions
java.lang.String propertyName
java.util.Set<E> constrainedContainerElementTypes
boolean cascaded
java.util.Set<E> groupConversions
java.util.Set<E> constrainedContainerElementTypes
boolean cascaded
java.util.Set<E> groupConversions
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
ConcurrentReferenceHashMap
instance from a
stream (i.e., deserialize it).java.io.IOException
- if an I/O error occursjava.lang.ClassNotFoundException
- if the class of a serialized object could not be foundprivate void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
ConcurrentReferenceHashMap
instance to a
stream (i.e., serialize it).java.io.IOException
- if an I/O error occursint segmentMask
int segmentShift
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
boolean identityComparisons
java.lang.Class<T> type
java.util.Map<K,V> attributes
int hashCode
java.lang.annotation.Annotation annotation
protected java.lang.Object readResolve()
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved