Serialized Form
-
Package org.apache.bval.cdi
-
Class org.apache.bval.cdi.AnyLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.inject.Any> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.cdi.BValAnnotatedType.BValBindingLiteral extends EmptyAnnotationLiteral<BValBinding> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.cdi.BValInterceptor extends Object implements Serializable
-
Serialized Fields
-
globalConfiguration
BValExtension globalConfiguration
-
validator
jakarta.validation.Validator validator
-
-
-
Class org.apache.bval.cdi.DefaultLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.inject.Default> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.cdi.EmptyAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<T extends Annotation> implements Serializable
-
Serialized Fields
-
annotationType
Class<T extends Annotation> annotationType
-
-
-
-
Package org.apache.bval.jsr
-
Class org.apache.bval.jsr.ConstraintViolationImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
constraintDescriptor
jakarta.validation.metadata.ConstraintDescriptor<?> constraintDescriptor
-
elementType
ElementType elementType
-
hashCode
int hashCode
-
leafBean
Object leafBean
last bean validated. -
message
String message
-
messageTemplate
String messageTemplate
-
parameters
Object[] parameters
-
propertyPath
jakarta.validation.Path propertyPath
-
returnValue
Object returnValue
-
rootBean
T rootBean
root bean validation was invoked on. -
rootBeanClass
Class<T> rootBeanClass
-
value
Object value
-
-
-
Package org.apache.bval.jsr.util
-
Class org.apache.bval.jsr.util.AnnotationProxyBuilder.ConvertGroupAnnotation extends jakarta.enterprise.util.AnnotationLiteral<jakarta.validation.groups.ConvertGroup> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.jsr.util.AnnotationProxyBuilder.ValidAnnotation extends EmptyAnnotationLiteral<jakarta.validation.Valid> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.jsr.util.NodeImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.bval.jsr.util.NodeImpl.BeanNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.ConstructorNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.ContainerElementNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.CrossParameterNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.MethodNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.ParameterNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.PropertyNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.NodeImpl.ReturnValueNodeImpl extends NodeImpl implements Serializable
-
Class org.apache.bval.jsr.util.PathImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeList
LinkedList<NodeImpl> nodeList
-
-