- ABANumber - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- ABANumberValidator - Class in org.apache.bval.extras.constraints.checkdigit
-
Modulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit
calculation/validation.
- ABANumberValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.ABANumberValidator
-
- AccessStrategy - Class in org.apache.bval.util
-
Description: abstract class to encapsulate different strategies
to get the value of a Property.
- AccessStrategy() - Constructor for class org.apache.bval.util.AccessStrategy
-
- addAccessStrategy(MetaProperty, AccessStrategy) - Method in class org.apache.bval.jsr303.AnnotationProcessor
-
- addBean(XMLMetaBean) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- addBeanRef(XMLMetaBeanReference) - Method in class org.apache.bval.xml.XMLMetaBean
-
- addComposed(ConstraintValidation<?>) - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Add a composing constraint.
- addConstraintViolation() - Method in class org.apache.bval.jsr303.util.NodeBuilderDefinedContextImpl
- addDefaultSequence(Class<?>, Class<?>...) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Set the default group sequence for a particular bean class.
- addError(String, ValidationContext<VL>) - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
Simple API to add an error reason during validation.
- addError(ValidationListener.Error, ValidationContext<VL>) - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
- addError(String, Path) - Method in class org.apache.bval.jsr303.ConstraintValidatorContextImpl
-
Add an error message to this ConstraintValidatorContext
.
- addError(String, ValidationContext<T>) - Method in interface org.apache.bval.model.ValidationListener
-
Simple API to add an error reason during validation.
- addError(ValidationListener.Error, ValidationContext<T>) - Method in interface org.apache.bval.model.ValidationListener
-
- addError(String, ValidationContext<T>) - Method in class org.apache.bval.ValidationResults
-
API to add an error to the validation results.
- addError(ValidationListener.Error, ValidationContext<T>) - Method in class org.apache.bval.ValidationResults
-
API to add an error to the validation results.
- addError(String, Object, String) - Method in class org.apache.bval.ValidationResults
-
Old API to add an error to the validation results when no context is available.
- addLoader(XMLMetaBeanLoader) - Method in class org.apache.bval.xml.XMLMetaBeanBuilder
-
- addLoader(XMLMetaBeanLoader) - Method in class org.apache.bval.xml.XMLMetaBeanFactory
-
- addLoader(XMLMetaBeanLoader) - Method in class org.apache.bval.xml.XMLMetaBeanManager
-
- addLoader(XMLMetaBeanLoader) - Method in interface org.apache.bval.xml.XMLMetaBeanRegistry
-
add a loader for xml bean infos.
- addMapping(InputStream) - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Add a stream describing constraint mapping in the Bean Validation
XML format.
- addMetaConstraint(Class<?>, MetaConstraint<?, ?>) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- addMetaProperty(MetaBean, AccessStrategy) - Static method in class org.apache.bval.jsr303.Jsr303MetaBeanFactory
-
- addNode(String) - Method in class org.apache.bval.jsr303.util.NodeBuilderDefinedContextImpl
- addNode(Path.Node) - Method in class org.apache.bval.jsr303.util.PathImpl
-
- addProperty(String, String) - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Add a provider specific property.
- addProperty(String) - Method in class org.apache.bval.jsr303.util.PathImpl
-
Encapsulate the node manipulations needed to add a named property to this path.
- addProperty(XMLMetaProperty) - Method in class org.apache.bval.xml.XMLMetaBean
-
- addResourceLoader(String) - Method in class org.apache.bval.xml.XMLMetaBeanManager
-
- addResourceLoader(String) - Method in interface org.apache.bval.xml.XMLMetaBeanRegistry
-
convenience method to add a loader for a xml file in the classpath
- addToOwnerBucket(ValidationListener.Error) - Method in class org.apache.bval.ValidationResults
-
Add an Error to the property-keyed map of Errors maintained for this Error's owner.
- addToReasonBucket(ValidationListener.Error) - Method in class org.apache.bval.ValidationResults
-
Add an Error to the set of Errors shared by a particular "reason."
- addValid(Class<?>, AccessStrategy) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Mark a property of beanClass
for nested validation.
- addValidation(Validation) - Method in class org.apache.bval.model.FeaturesCapable
-
- addValidator(String) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- addValidator(XMLMetaValidator) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- AmericanExpress - Annotation Type in org.apache.bval.extras.constraints.creditcard
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- ANNOKEY_TableColumn - Static variable in interface org.apache.bval.xml.XMLMetaValue
-
- ANNOKEY_Widget - Static variable in interface org.apache.bval.xml.XMLMetaValue
-
- annotation - Variable in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
- annotation - Variable in class org.apache.bval.jsr303.xml.ConstraintType
-
- AnnotationIgnores - Class in org.apache.bval.jsr303.xml
-
Description: This class instantiated during the parsing of the XML configuration
data and keeps track of the annotations which should be ignored.
- AnnotationIgnores() - Constructor for class org.apache.bval.jsr303.xml.AnnotationIgnores
-
- AnnotationProcessor - Class in org.apache.bval.jsr303
-
Description: implements uniform handling of JSR303 Constraint
annotations, including composed constraints and the resolution of
ConstraintValidator
implementations.
- AnnotationProcessor(ApacheFactoryContext) - Constructor for class org.apache.bval.jsr303.AnnotationProcessor
-
- annotationProcessor - Variable in class org.apache.bval.jsr303.Jsr303MetaBeanFactory
-
- AnnotationProxyBuilder<A extends Annotation> - Class in org.apache.bval.jsr303.xml
-
Description: Holds the information and creates an annotation proxy during xml
parsing of validation mapping constraints.
- AnnotationProxyBuilder(Class<A>) - Constructor for class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Create a new AnnotationProxyBuilder instance.
- AnnotationProxyBuilder(Class<A>, Map<String, Object>) - Constructor for class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Create a new AnnotationProxyBuilder instance.
- AnnotationProxyBuilder(A) - Constructor for class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Create a builder initially configured to create an annotation equivalent
to annot
.
- AnnotationType - Class in org.apache.bval.jsr303.xml
-
Java class for annotationType complex type.
- AnnotationType() - Constructor for class org.apache.bval.jsr303.xml.AnnotationType
-
- ApacheFactoryContext - Class in org.apache.bval.jsr303
-
Description: Represents the context that is used to create
ClassValidator
instances.
- ApacheFactoryContext(ApacheValidatorFactory) - Constructor for class org.apache.bval.jsr303.ApacheFactoryContext
-
Create a new ApacheFactoryContext instance.
- ApacheFactoryContext(ApacheValidatorFactory, MetaBeanFinder) - Constructor for class org.apache.bval.jsr303.ApacheFactoryContext
-
Create a new ApacheFactoryContext instance.
- ApacheValidationProvider - Class in org.apache.bval.jsr303
-
Description: Implementation of ValidationProvider
for jsr303
implementation of the apache-validation framework.
- ApacheValidationProvider() - Constructor for class org.apache.bval.jsr303.ApacheValidationProvider
-
- ApacheValidatorConfiguration - Interface in org.apache.bval.jsr303
-
Description: Uniquely identify Apache BVal in the Bean Validation bootstrap
strategy.
- ApacheValidatorConfiguration.Properties - Interface in org.apache.bval.jsr303
-
- ApacheValidatorFactory - Class in org.apache.bval.jsr303
-
Description: a factory is a complete configurated object that can create
validators.
This instance is not thread-safe.
- ApacheValidatorFactory(ConfigurationState) - Constructor for class org.apache.bval.jsr303.ApacheValidatorFactory
-
Create a new ApacheValidatorFactory instance.
- append(ConstraintValidation<T>) - Method in interface org.apache.bval.jsr303.AppendValidation
-
- append(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.BaseAppendValidation
-
- appendNode(Path.Node, StringBuilder) - Static method in class org.apache.bval.jsr303.util.NodeImpl
-
Append a Node to the specified StringBuilder.
- AppendValidation - Interface in org.apache.bval.jsr303
-
- AppendValidationToBuilder - Class in org.apache.bval.jsr303
-
Description: Adapt
AnnotationConstraintBuilder
to the
AppendValidation
interface.
- AppendValidationToBuilder(AnnotationConstraintBuilder<?>) - Constructor for class org.apache.bval.jsr303.AppendValidationToBuilder
-
Create a new AppendValidationToBuilder instance.
- AppendValidationToList - Class in org.apache.bval.jsr303.extensions
-
Description:
AppendValidation
implementation that acts as an intermediate
cache of validations for further processing.
- AppendValidationToList() - Constructor for class org.apache.bval.jsr303.extensions.AppendValidationToList
-
Create a new AppendValidationToList instance.
- AppendValidationToMeta - Class in org.apache.bval.jsr303
-
- AppendValidationToMeta(FeaturesCapable) - Constructor for class org.apache.bval.jsr303.AppendValidationToMeta
-
Create a new AppendValidationToMeta instance.
- asSerializableDescriptor() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Return a
Serializable
ConstraintDescriptor
capturing a
snapshot of current state.
- assertDefaultGroupSequenceIsExpandable(List<Group>) - Method in class org.apache.bval.jsr303.groups.Groups
-
Assert that the default group can be expanded to defaultGroups
.
- AssertFalseValidator - Class in org.apache.bval.constraints
-
Description: assert that value is false
- AssertFalseValidator() - Constructor for class org.apache.bval.constraints.AssertFalseValidator
-
- AssertTrueValidator - Class in org.apache.bval.constraints
-
Description: assert that value is true
- AssertTrueValidator() - Constructor for class org.apache.bval.constraints.AssertTrueValidator
-
- atIndex(Integer) - Static method in class org.apache.bval.jsr303.util.NodeImpl
-
Get a NodeImpl indexed from the preceding node (or root).
- atKey(Object) - Static method in class org.apache.bval.jsr303.util.NodeImpl
-
Get a NodeImpl keyed from the preceding node (or root).
- cache(MetaBean) - Method in class org.apache.bval.MetaBeanCache
-
Cache the specified MetaBean.
- cache - Variable in class org.apache.bval.MetaBeanManager
-
MetaBean cache
- cacheByClass - Variable in class org.apache.bval.MetaBeanCache
-
Cache keyed by class.
- cacheById - Variable in class org.apache.bval.MetaBeanCache
-
Cache keyed by id.
- cacheFor(TraversableResolver) - Static method in class org.apache.bval.jsr303.resolver.CachingTraversableResolver
-
If necessary, return a caching wrapper for the specified TraversableResolver
.
- CachingRelevant - Interface in org.apache.bval.jsr303.resolver
-
Description: indicator interface to let the implementation choose
whether results of traversable resolver should be cached.
- CachingTraversableResolver - Class in org.apache.bval.jsr303.resolver
-
Cache results of a delegated traversable resovler to optimize calls
It works only for a single validate* call and should not be used if
the TraversableResolver is accessed concurrently
Date: 25.11.2009
Time: 13:56:18
- CachingTraversableResolver(TraversableResolver) - Constructor for class org.apache.bval.jsr303.resolver.CachingTraversableResolver
-
Create a new CachingTraversableResolver instance.
- CallbackProcedure() - Constructor for class org.apache.bval.jsr303.util.PathNavigation.CallbackProcedure
-
- CascadingPropertyValidator - Interface in org.apache.bval.jsr303
-
Per the bean validation spec, Valid
is not honored by the
Validator.validateProperty(Object, String, Class...)
and
Validator.validateValue(Class, String, Object, Class...)
methods.
- ClassHelper - Class in org.apache.bval.jsr303.util
-
- classType - Variable in class org.apache.bval.jsr303.xml.BeanType
-
- ClassType - Class in org.apache.bval.jsr303.xml
-
Java class for classType complex type.
- ClassType() - Constructor for class org.apache.bval.jsr303.xml.ClassType
-
- ClassValidator - Class in org.apache.bval.jsr303
-
Objects of this class are able to validate bean instances (and the associated object graphs).
- ClassValidator(ApacheFactoryContext) - Constructor for class org.apache.bval.jsr303.ClassValidator
-
Create a new ClassValidator instance.
- ClassValidator(ApacheValidatorFactory) - Constructor for class org.apache.bval.jsr303.ClassValidator
-
- ClassValidator.Jsr303ValidationCallback - Class in org.apache.bval.jsr303
-
- clazz - Variable in class org.apache.bval.jsr303.xml.BeanType
-
- clear() - Method in class org.apache.bval.MetaBeanCache
-
Clear the cache.
- clone() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
- clone() - Method in class org.apache.bval.model.MetaProperty
- closeQuietly(Closeable) - Static method in class org.apache.bval.jsr303.util.IOUtils
-
- collectValidated() - Method in class org.apache.bval.BeanValidationContext
-
Avoid recursion by recording the current state of this context as having been validated.
- collectValidated(ConstraintValidator<?, ?>) - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Accumulate a validated constraint.
- collectValidated() - Method in interface org.apache.bval.model.ValidationContext
-
Avoid recursion by recording the current state of this context as having been validated.
- complete() - Method in class org.apache.bval.jsr303.util.PathNavigation.CallbackProcedure
-
Complete this CallbackProcedure.
- complete() - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
Complete this CallbackProcedure.
- complete - Variable in class org.apache.bval.MetaBeanManager
-
Complete flag
- computeGroups(Class<?>[]) - Method in class org.apache.bval.jsr303.groups.GroupsComputer
-
Compute groups from an array of group classes.
- computeGroups(Collection<Class<?>>) - Method in class org.apache.bval.jsr303.groups.GroupsComputer
-
Main compute implementation.
- computeRelatedMetaBean(MetaProperty, String) - Method in class org.apache.bval.MetaBeanManager
-
- computeRelatedMetaBean(MetaProperty, String) - Method in class org.apache.bval.xml.XMLMetaBeanManager
-
- computeRelationships(MetaBean) - Method in class org.apache.bval.MetaBeanManager
-
Compute all known relationships for beanInfo
.
- computeRelationships(MetaBean, Map<String, MetaBean>) - Method in class org.apache.bval.xml.XMLMetaBeanManager
-
- ConfigurationImpl - Class in org.apache.bval.jsr303
-
Description: used to configure apache-validation for jsr303.
- ConfigurationImpl(BootstrapState, ValidationProvider<?>) - Constructor for class org.apache.bval.jsr303.ConfigurationImpl
-
Create a new ConfigurationImpl instance.
- configure(ConfigurationState) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- constraint - Variable in class org.apache.bval.jsr303.xml.ClassType
-
- constraint - Variable in class org.apache.bval.jsr303.xml.FieldType
-
- constraint - Variable in class org.apache.bval.jsr303.xml.GetterType
-
- ConstraintAnnotationAttributes - Enum in org.apache.bval.jsr303
-
Defines the well-known attributes of Constraint
annotations.
- ConstraintCached - Class in org.apache.bval.jsr303
-
Description: hold the relationship annotation->validatedBy[] ConstraintValidator classes
that are already parsed in a cache.
- ConstraintCached() - Constructor for class org.apache.bval.jsr303.ConstraintCached
-
- ConstraintDefaults - Class in org.apache.bval.jsr303
-
Description: Provides access to the default constraints/validator implementation classes built into the framework.
- ConstraintDefaults() - Constructor for class org.apache.bval.jsr303.ConstraintDefaults
-
Create a new ConstraintDefaults instance.
- constraintDefinition - Variable in class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
- ConstraintDefinitionType - Class in org.apache.bval.jsr303.xml
-
Java class for constraint-definitionType complex type.
- ConstraintDefinitionType() - Constructor for class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
- ConstraintDefinitionValidator - Class in org.apache.bval.jsr303.util
-
Internal validator that ensures the correct definition of constraint
annotations.
- ConstraintDefinitionValidator() - Constructor for class org.apache.bval.jsr303.util.ConstraintDefinitionValidator
-
- ConstraintDescriptorImpl<T extends Annotation> - Class in org.apache.bval.jsr303
-
Description: immutable, serializable implementation of ConstraintDescriptor
interface of JSR303
User: roman.stumm
Date: 22.04.2010
Time: 10:21:23
- ConstraintDescriptorImpl(ConstraintDescriptor<T>) - Constructor for class org.apache.bval.jsr303.ConstraintDescriptorImpl
-
Create a new ConstraintDescriptorImpl instance.
- ConstraintDescriptorImpl(T, Set<Class<?>>, Set<Class<? extends Payload>>, List<Class<? extends ConstraintValidator<T, ?>>>, Map<String, Object>, Set<ConstraintDescriptor<?>>, boolean) - Constructor for class org.apache.bval.jsr303.ConstraintDescriptorImpl
-
Create a new ConstraintDescriptorImpl instance.
- constraintMapping - Variable in class org.apache.bval.jsr303.xml.ValidationConfigType
-
- ConstraintMappingsType - Class in org.apache.bval.jsr303.xml
-
Java class for constraint-mappingsType complex type.
- ConstraintMappingsType() - Constructor for class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
- ConstraintType - Class in org.apache.bval.jsr303.xml
-
Java class for constraintType complex type.
- ConstraintType() - Constructor for class org.apache.bval.jsr303.xml.ConstraintType
-
- ConstraintValidation<T extends Annotation> - Class in org.apache.bval.jsr303
-
Description: Adapter between Constraint (JSR303) and Validation (Core)
this instance is immutable!
- ConstraintValidation(Class<? extends ConstraintValidator<T, ?>>[], ConstraintValidator<T, ?>, T, Class<?>, AccessStrategy, boolean) - Constructor for class org.apache.bval.jsr303.ConstraintValidation
-
Create a new ConstraintValidation instance.
- ConstraintValidationListener<T> - Class in org.apache.bval.jsr303
-
- ConstraintValidationListener(T, Class<T>) - Constructor for class org.apache.bval.jsr303.ConstraintValidationListener
-
Create a new ConstraintValidationListener instance.
- ConstraintValidatorContextImpl - Class in org.apache.bval.jsr303
-
Description: Short-lived
ConstraintValidatorContext
implementation passed by
a
ConstraintValidation
to its adapted
ConstraintValidator
.
- ConstraintValidatorContextImpl(GroupValidationContext<?>, ConstraintValidation<?>) - Constructor for class org.apache.bval.jsr303.ConstraintValidatorContextImpl
-
Create a new ConstraintValidatorContextImpl instance.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.apache.bval.jsr303.ApacheFactoryContext
- constraintValidatorFactory - Variable in class org.apache.bval.jsr303.ConfigurationImpl
-
Configured ConstraintValidatorFactory
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.apache.bval.jsr303.ConfigurationImpl
- constraintValidatorFactory - Variable in class org.apache.bval.jsr303.xml.ValidationConfigType
-
- ConstructorDescriptor - Interface in org.apache.bval.jsr303.extensions
-
Description: This class will disappear when such
functionality is part of the JSR303 specification.
- ConstructorDescriptorImpl - Class in org.apache.bval.jsr303.extensions
-
- ConstructorDescriptorImpl(MetaBean, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.ConstructorDescriptorImpl
-
Create a new ConstructorDescriptorImpl instance.
- ConstructorDescriptorImpl(Class<?>, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.ConstructorDescriptorImpl
-
Create a new ConstructorDescriptorImpl instance.
- contains(String) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Learn whether a given element has been configured.
- containsConstraintValidator(Class<? extends Annotation>) - Method in class org.apache.bval.jsr303.ConstraintCached
-
Learn whether we have cached the validator classes for the requested constraint annotation.
- content - Variable in class org.apache.bval.jsr303.xml.ElementType
-
- convert(Class, Object) - Method in class org.apache.bval.jsr303.util.EnumerationConverter
- copy(Path) - Static method in class org.apache.bval.jsr303.util.PathImpl
-
Copy another Path.
- copy() - Method in class org.apache.bval.model.FeaturesCapable
-
Create a deep copy (copy receiver and copy properties).
- copyInto(FeaturesCapable) - Method in class org.apache.bval.model.FeaturesCapable
-
- copyInto(FeaturesCapable) - Method in class org.apache.bval.model.MetaBean
-
- create(String) - Static method in class org.apache.bval.jsr303.util.PathImpl
-
Create a
PathImpl
instance representing the specified path.
- createAnnotation() - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Create the annotation represented by this builder.
- createAnnotationType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createBeanDescriptor(MetaBean) - Method in class org.apache.bval.jsr303.ClassValidator
-
- createBeanType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createClassType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createConstraintDefinitionType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createConstraintMappings(ConstraintMappingsType) - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createConstraintMappingsType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createConstraintType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createContext() - Method in class org.apache.bval.BeanValidator
-
factory method - overwrite in subclasses
- createContext(MetaBean, T, Class<T>, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
- createElementType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createElementTypeAnnotation(AnnotationType) - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createElementTypeValue(String) - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createError(String, Object, String) - Method in class org.apache.bval.ValidationResults
-
Create an Error object.
- createFeaturesMap() - Method in class org.apache.bval.model.FeaturesCapable
-
- createFieldType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createGenericConfiguration(BootstrapState) - Method in class org.apache.bval.jsr303.ApacheValidationProvider
- createGetterType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createGroupSequenceType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createGroupsType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createMetaBeanManager(List<MetaBeanFactory>) - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
- createPathFromString(String) - Static method in class org.apache.bval.jsr303.util.PathImpl
-
Returns a Path
instance representing the path described by the given string.
- createPayloadType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createPropertyType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createResults() - Method in class org.apache.bval.BeanValidator
-
factory method - overwrite in subclasses
- createSpecializedConfiguration(BootstrapState) - Method in class org.apache.bval.jsr303.ApacheValidationProvider
- createValidatedByType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createValidationConfig(ValidationConfigType) - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createValidationConfigType() - Method in class org.apache.bval.jsr303.xml.ObjectFactory
-
- createValidationContextTraversal(GroupValidationContext<?>) - Method in class org.apache.bval.jsr303.ClassValidator
-
- CUSIP - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- CUSIPValidator - Class in org.apache.bval.extras.constraints.checkdigit
-
Modulus 10 CUSIP (North American Securities)
Check Digit calculation/validation.
- CUSIPValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.CUSIPValidator
-
- get(Map<? super String, ? super V>) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Get the value of this.attributeName
from map
.
- get(Object) - Method in class org.apache.bval.jsr303.extensions.ParameterAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.jsr303.extensions.ReturnAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.AccessStrategy
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.FieldAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.IndexedAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.KeyedAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.MethodAccess
-
Get the value from the given instance.
- get(Object) - Method in class org.apache.bval.util.PropertyAccess
-
Get the value from the given instance.
- getAccess() - Method in class org.apache.bval.BeanValidationContext
-
Get the current access strategy.
- getAccess() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
- getAccess() - Method in interface org.apache.bval.model.ValidationContext
-
Get the current access strategy.
- getAccessStrategy() - Method in class org.apache.bval.jsr303.xml.MetaConstraint
-
Get the access strategy used for the associated property.
- getAnnotation() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getAnnotation() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getAnnotation() - Method in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
Gets the value of the annotation property.
- getAnnotation() - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Gets the value of the annotation property.
- getAnnotation() - Method in class org.apache.bval.jsr303.xml.MetaConstraint
-
Get the annotation that defines this constraint.
- getAnnotationIgnores() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- getAnnotationValue(Annotation, String) - Static method in class org.apache.bval.util.PrivilegedActions
-
Return a PrivilegedAction object for clazz.getDeclaredMethod().invoke().
- getAttributeName() - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Get the attribute name represented.
- getAttributes() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getAttributes() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getBean() - Method in class org.apache.bval.BeanValidationContext
-
Get the bean.
- getBean() - Method in class org.apache.bval.jsr303.GraphBeanIdentity
-
Get the bean.
- getBean() - Method in class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
Gets the value of the bean property.
- getBean() - Method in interface org.apache.bval.model.ValidationContext
-
Get the bean.
- getBean(String) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- getBeanClass() - Method in class org.apache.bval.jsr303.xml.MetaConstraint
-
Get the bean class of this constraint.
- getBeanClass() - Method in class org.apache.bval.model.MetaBean
-
Get the beanClass.
- getBeanId() - Method in class org.apache.bval.xml.XMLMetaBeanReference
-
id of referenced target bean of the relationship
- getBeanRef(String) - Method in class org.apache.bval.xml.XMLMetaBean
-
- getBeanRefs() - Method in class org.apache.bval.xml.XMLMetaBean
-
- getBeans() - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- getBuilder() - Method in class org.apache.bval.MetaBeanManager
-
Get the builder used.
- getCache() - Method in class org.apache.bval.MetaBeanManager
-
Get the cache used.
- getClass(String) - Static method in class org.apache.bval.jsr303.util.ClassHelper
-
- getClass(String, boolean) - Static method in class org.apache.bval.jsr303.util.ClassHelper
-
- getClass(ClassLoader, String) - Static method in class org.apache.bval.util.PrivilegedActions
-
Perform AccessController.doPrivileged() action for ClassUtil.getClass()
- getClassLoader(Class<?>) - Static method in class org.apache.bval.util.PrivilegedActions
-
Return a PrivilegeAction object for clazz.getClassloader().
- getClassType() - Method in class org.apache.bval.jsr303.xml.BeanType
-
Gets the value of the classType property.
- getClazz() - Method in class org.apache.bval.jsr303.xml.BeanType
-
Gets the value of the clazz property.
- getComposingConstraints() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getComposingConstraints() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getConstrainedConstructors() - Method in interface org.apache.bval.jsr303.extensions.MethodBeanDescriptor
-
Get the set of constrained constructors.
- getConstrainedMethods() - Method in interface org.apache.bval.jsr303.extensions.MethodBeanDescriptor
-
Get the set of constrained methods.
- getConstrainedProperties() - Method in class org.apache.bval.jsr303.BeanDescriptorImpl
- getConstraint() - Method in class org.apache.bval.jsr303.xml.ClassType
-
Gets the value of the constraint property.
- getConstraint() - Method in class org.apache.bval.jsr303.xml.FieldType
-
Gets the value of the constraint property.
- getConstraint() - Method in class org.apache.bval.jsr303.xml.GetterType
-
Gets the value of the constraint property.
- getConstraintDefinition() - Method in class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
Gets the value of the constraintDefinition property.
- getConstraintDescriptors(Validation[]) - Static method in class org.apache.bval.jsr303.ElementDescriptorImpl
-
Get a set of
ConstraintDescriptor
s from the specified array of
Validation
s.
- getConstraintDescriptors() - Method in class org.apache.bval.jsr303.ElementDescriptorImpl
- getConstraintMapping() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the constraintMapping property.
- getConstraintsCache() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Get the constraint cache used.
- getConstraintsForClass(Class<?>) - Method in class org.apache.bval.jsr303.ClassValidator
-
Return the descriptor object describing bean constraints.
- getConstraintsForConstructor(Constructor<?>) - Method in interface org.apache.bval.jsr303.extensions.MethodBeanDescriptor
-
Get the constraints that apply to a particular constructor.
- getConstraintsForMethod(Method) - Method in interface org.apache.bval.jsr303.extensions.MethodBeanDescriptor
-
Get the constraints that apply to a particular method.
- getConstraintsForProperty(String) - Method in class org.apache.bval.jsr303.BeanDescriptorImpl
-
Return the property level constraints for a given propertyName or null
if
either the property does not exist or has no constraint.
- getConstraintValidation() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- getConstraintValidatorClasses() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getConstraintValidatorClasses() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getConstraintValidatorFactory() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
Get the ConstraintValidatorFactory
.
- getConstraintValidatorFactory() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
- getConstraintValidatorFactory() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getConstraintValidatorFactory() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the constraintValidatorFactory property.
- getConstraintValidators(Class<A>) - Method in class org.apache.bval.jsr303.ConstraintCached
-
Get the cached validator classes for the requested constraint annotation.
- getConstraintViolations() - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
- getContent() - Method in class org.apache.bval.jsr303.xml.ElementType
-
Gets the value of the content property.
- getContextClassLoader() - Static method in class org.apache.bval.jsr303.util.SecureActions
-
Create a privileged action to get the context classloader of the current thread.
- getCurrentGroup() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- getCurrentOwner() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Get the current owning class.
- getDeclaredField(Class<?>, String) - Static method in class org.apache.bval.jsr303.util.SecureActions
-
Create a privileged action to get the named field declared by the specified class.
- getDeclaredFields(Class<?>) - Static method in class org.apache.bval.jsr303.util.SecureActions
-
Create a privileged action to get all fields declared by the specified class.
- getDeclaredMethods(Class<?>) - Static method in class org.apache.bval.jsr303.util.SecureActions
-
Create a privileged action to get all methods declared by the specified class.
- getDefault() - Static method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Convenience method to retrieve a default global ApacheValidatorFactory
- getDefaultConstraintMessageTemplate() - Method in class org.apache.bval.jsr303.ConstraintValidatorContextImpl
- getDefaultConstraints() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- getDefaultConstraints() - Method in class org.apache.bval.jsr303.ConstraintDefaults
-
Get the default constraint data.
- getDefaultConstraintValidatorFactory() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getDefaultGroupArray() - Static method in class org.apache.bval.jsr303.groups.GroupsComputer
-
Get the default group array.
- getDefaultIgnoreAnnotation(Class<?>) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Learn whether the specified annotation type should be ignored.
- getDefaultMessageInterpolator() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getDefaultPackage() - Method in class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
Gets the value of the defaultPackage property.
- getDefaultProvider() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the defaultProvider property.
- getDefaultSequence(Class<?>) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Get the default group sequence configured for beanClass
.
- getDefaultTraversableResolver() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getDefaultValue(Class<A>) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Get the default value of this attribute on the given annotation type.
- getDenied() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getElement() - Method in class org.apache.bval.jsr303.xml.AnnotationType
-
Gets the value of the element property.
- getElement() - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Gets the value of the element property.
- getElementClass() - Method in class org.apache.bval.jsr303.ElementDescriptorImpl
- getElementType() - Method in class org.apache.bval.jsr303.extensions.ParameterAccess
-
- getElementType() - Method in class org.apache.bval.jsr303.extensions.ReturnAccess
-
- getElementType() - Method in class org.apache.bval.util.AccessStrategy
-
- getElementType() - Method in class org.apache.bval.util.FieldAccess
-
- getElementType() - Method in class org.apache.bval.util.IndexedAccess
-
- getElementType() - Method in class org.apache.bval.util.KeyedAccess
-
- getElementType() - Method in class org.apache.bval.util.MethodAccess
-
- getElementType() - Method in class org.apache.bval.util.PropertyAccess
-
- getEnricher() - Static method in class org.apache.bval.xml.XMLMetaBeanManagerFactory
-
global meta bean enricher
- getEnumConstants() - Method in class org.apache.bval.model.DynaTypeEnum
-
Get the emulated constants.
- getErrorMessages() - Method in class org.apache.bval.jsr303.ConstraintValidatorContextImpl
-
Get the queued error messages.
- getErrorsByOwner() - Method in class org.apache.bval.ValidationResults
-
Get the map of Errors by owner;
key = owner, value = map with:
key = propertyName, value = list of errors for this owner.propertyName
- getErrorsByReason() - Method in class org.apache.bval.ValidationResults
-
Get the map of Errors by reason;
key = reason, value = list of errors for this reason
- getFactories() - Method in class org.apache.bval.MetaBeanBuilder
-
- getFactory() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
- getFeature(String) - Method in class org.apache.bval.model.FeaturesCapable
-
Get the specified feature.
- getFeature(String, T) - Method in class org.apache.bval.model.FeaturesCapable
-
Get the specified feature, returning defaultValue
if
undeclared.
- getFeature(String) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- getFeatures() - Method in class org.apache.bval.model.FeaturesCapable
-
Get the (live) map of features.
- getFeatures() - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- getField() - Method in class org.apache.bval.jsr303.xml.BeanType
-
Gets the value of the field property.
- getFinder() - Static method in class org.apache.bval.MetaBeanManagerFactory
-
global meta bean finder.
- getFinder() - Static method in class org.apache.bval.xml.XMLMetaBeanManagerFactory
-
global meta bean finder.
- getFractional() - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- getFractional() - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- getGetter() - Method in class org.apache.bval.jsr303.xml.BeanType
-
Gets the value of the getter property.
- getGroup() - Method in class org.apache.bval.jsr303.GraphBeanIdentity
-
Get the group being validated.
- getGroup() - Method in class org.apache.bval.jsr303.groups.Group
-
Get the actual group class.
- getGroups() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getGroups() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getGroups() - Method in class org.apache.bval.jsr303.groups.Groups
-
Get the Groups.
- getGroups() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- getGroups() - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Gets the value of the groups property.
- getGroupSequence() - Method in class org.apache.bval.jsr303.xml.ClassType
-
Gets the value of the groupSequence property.
- getHidden() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getId() - Method in class org.apache.bval.model.MetaBean
-
Get the id.
- getID() - Static method in class org.apache.bval.util.BValVersion
-
Get the fully-qualified project id.
- getId() - Method in class org.apache.bval.xml.XMLMetaBean
-
- getId() - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
used for identification, may be empty, if there is no database origin for this object.
- getId() - Method in class org.apache.bval.xml.XMLMetaValidator
-
- getImpl() - Method in class org.apache.bval.xml.XMLMetaBean
-
- getIndex() - Method in interface org.apache.bval.jsr303.extensions.ParameterDescriptor
-
Get the index of the referenced parameter.
- getIndex() - Method in class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Get the index of the referenced parameter.
- getIndex() - Method in class org.apache.bval.jsr303.util.NodeImpl
- getInheritedGroups() - Method in class org.apache.bval.jsr303.AppendValidationToBuilder
-
Get inherited groups.
- getInheritedPayload() - Method in class org.apache.bval.jsr303.AppendValidationToBuilder
-
Get inherited payload.
- getInputStream(String) - Method in class org.apache.bval.jsr303.xml.ValidationParser
-
- getInstance(Class<T>) - Method in class org.apache.bval.jsr303.DefaultConstraintValidatorFactory
-
Instantiate a Constraint.
- getInstance() - Static method in class org.apache.bval.jsr303.util.EnumerationConverter
-
Returns this converter instance.
- getInstance() - Static method in class org.apache.bval.routines.StandardValidation
-
- getInstance() - Static method in class org.apache.bval.xml.XMLMapper
-
- getIntegral() - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- getIntegral() - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- getJava() - Method in class org.apache.bval.xml.XMLMetaValidator
-
- getJavaElementType(Type) - Static method in class org.apache.bval.util.IndexedAccess
-
Get the Java element type of a particular container type.
- getJavaElementType(Type) - Static method in class org.apache.bval.util.KeyedAccess
-
Get the Java element type of a particular container type.
- getJavaScriptValidations() - Method in class org.apache.bval.model.MetaProperty
-
Deprecated.
- getJavaType() - Method in class org.apache.bval.jsr303.extensions.ParameterAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.jsr303.extensions.ReturnAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.AccessStrategy
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.FieldAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.IndexedAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.KeyedAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.MethodAccess
-
Get the type of the property
- getJavaType() - Method in class org.apache.bval.util.PropertyAccess
-
Get the type of the property
- getJsFunction() - Method in class org.apache.bval.xml.XMLMetaValidator
-
- getKey() - Method in class org.apache.bval.jsr303.util.NodeImpl
- getKey() - Method in class org.apache.bval.xml.XMLMetaFeature
-
- getLeafNode() - Method in class org.apache.bval.jsr303.util.PathImpl
-
Get the leaf node (if any) from this
PathImpl
- getLineSeparator() - Static method in class org.apache.bval.util.PrivilegedActions
-
Deprecated.
- getListener() - Method in class org.apache.bval.BeanValidationContext
-
- getListener() - Method in interface org.apache.bval.model.ValidationContext
-
- getLoaders() - Method in class org.apache.bval.xml.XMLMetaBeanFactory
-
XMLMetaBeanLoader are used to know "locations" where to get BeanInfos from.
- getMandatory() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getMappingStreams() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getMaxLength() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getMaxValue() - Method in class org.apache.bval.xml.XMLMetaProperty
-
- getMember() - Method in class org.apache.bval.jsr303.xml.MetaConstraint
-
Get the member to which this constraint applies.
- getMessage() - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Gets the value of the message property.
- getMessageInterpolator() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
Get the MessageInterpolator
.
- getMessageInterpolator() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
- getMessageInterpolator() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getMessageInterpolator() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the messageInterpolator property.
- getMessageResolver() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Get the message resolver.
- getMessageTemplate() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Get the message template used by this constraint.
- getMeta() - Method in class org.apache.bval.BeanValidationContext
-
Depending on whether we have a metaProperty or not,
this returns the metaProperty or otherwise the metaBean.
- getMetaBean() - Method in class org.apache.bval.BeanValidationContext
-
Get the model meta-bean.
- getMetaBean() - Method in class org.apache.bval.jsr303.ElementDescriptorImpl
-
- getMetaBean() - Method in interface org.apache.bval.jsr303.extensions.ProcedureDescriptor
-
Get the owning metabean.
- getMetaBean() - Method in class org.apache.bval.model.MetaProperty
-
Get the metabean of the target bean (mainly for relationships).
- getMetaBean() - Method in interface org.apache.bval.model.ValidationContext
-
Get the model meta-bean.
- getMetaBean() - Method in interface org.apache.bval.xml.XMLMetaBeanFactory.Visitor
-
- getMetaBeanFinder() - Method in class org.apache.bval.BeanValidator
-
Get the metabean finder associated with this validator.
- getMetaBeanFinder() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
Get the metaBeanFinder.
- getMetaBeanFinder() - Method in class org.apache.bval.jsr303.ClassValidator
-
Get the metabean finder associated with this validator.
- getMetaConstraints(Class<T>) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Retrieve the runtime constraint configuration for a given class.
- getMetaProperty() - Method in class org.apache.bval.BeanValidationContext
-
Get the model meta-property.
- getMetaProperty() - Method in interface org.apache.bval.model.ValidationContext
-
Get the model meta-property.
- getMinLength() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getMinValue() - Method in class org.apache.bval.xml.XMLMetaProperty
-
- getMutableConstraintDescriptors() - Method in class org.apache.bval.jsr303.ElementDescriptorImpl
-
Get the mutable
ConstraintDescriptor
Set
.
- getName() - Method in class org.apache.bval.jsr303.util.NodeImpl
- getName() - Method in class org.apache.bval.jsr303.xml.ElementType
-
Gets the value of the name property.
- getName() - Method in class org.apache.bval.jsr303.xml.FieldType
-
Gets the value of the name property.
- getName() - Method in class org.apache.bval.jsr303.xml.GetterType
-
Gets the value of the name property.
- getName() - Method in class org.apache.bval.jsr303.xml.PropertyType
-
Gets the value of the name property.
- getName() - Method in class org.apache.bval.model.DynaTypeEnum
-
Get the name of the enum class.
- getName() - Method in class org.apache.bval.model.MetaBean
-
Get the name.
- getName() - Method in class org.apache.bval.model.MetaProperty
-
Get the name of this property.
- getName() - Static method in class org.apache.bval.util.BValVersion
-
Get the project name.
- getName() - Method in class org.apache.bval.xml.XMLMetaBean
-
- getName() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getOwner() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
- getOwner() - Method in class org.apache.bval.jsr303.GraphBeanIdentity
-
Get the owning class
- getOwner() - Method in class org.apache.bval.model.ValidationListener.Error
-
Get the owner.
- getParameterDescriptors() - Method in interface org.apache.bval.jsr303.extensions.ConstructorDescriptor
-
- getParameterDescriptors() - Method in class org.apache.bval.jsr303.extensions.ConstructorDescriptorImpl
-
- getParameterDescriptors() - Method in interface org.apache.bval.jsr303.extensions.MethodDescriptor
-
- getParameterDescriptors() - Method in class org.apache.bval.jsr303.extensions.MethodDescriptorImpl
-
- getParameterDescriptors() - Method in interface org.apache.bval.jsr303.extensions.ProcedureDescriptor
-
Get the parameter descriptors of this procedure.
- getParentMetaBean() - Method in class org.apache.bval.model.MetaProperty
-
Get the metabean that owns this property (set by MetaBean.putProperty())
- getPathSeparator() - Static method in class org.apache.bval.util.PrivilegedActions
-
Deprecated.
- getPathWithoutLeafNode() - Method in class org.apache.bval.jsr303.util.PathImpl
-
Return a new
PathImpl
that represents
this
minus its leaf node (if present).
- getPattern() - Method in class org.apache.bval.routines.EMailValidation
-
- getPayload() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- getPayload() - Method in class org.apache.bval.jsr303.ConstraintValidation
- getPayload() - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Gets the value of the payload property.
- getProperties() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- getProperties() - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Return a map of non type-safe custom properties.
- getProperties() - Method in class org.apache.bval.model.MetaBean
-
Get the properties.
- getProperties() - Method in class org.apache.bval.xml.XMLMetaBean
-
- getProperty() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the property property.
- getProperty(String) - Method in class org.apache.bval.model.MetaBean
-
- getProperty(String) - Static method in class org.apache.bval.util.PrivilegedActions
-
Return a PrivilegeAction object for System.getProperty().
- getProperty(Object, String) - Static method in class org.apache.bval.util.PropertyAccess
-
Get a named property from bean
.
- getProperty(String) - Method in class org.apache.bval.xml.XMLMetaBean
-
- getPropertyName() - Method in class org.apache.bval.BeanValidationContext
-
Convenience method to access metaProperty.name
- getPropertyName() - Method in class org.apache.bval.jsr303.extensions.ParameterAccess
-
Get a name representative of this property.
- getPropertyName() - Method in class org.apache.bval.jsr303.extensions.ReturnAccess
-
Get a name representative of this property.
- getPropertyName() - Method in interface org.apache.bval.model.ValidationContext
-
Get the property name.
- getPropertyName() - Method in class org.apache.bval.model.ValidationListener.Error
-
Get the propertyName.
- getPropertyName() - Method in class org.apache.bval.util.AccessStrategy
-
Get a name representative of this property.
- getPropertyName() - Method in class org.apache.bval.util.FieldAccess
-
Get a name representative of this property.
- getPropertyName() - Method in class org.apache.bval.util.IndexedAccess
-
Get a name representative of this property.
- getPropertyName() - Method in class org.apache.bval.util.KeyedAccess
-
Get a name representative of this property.
- getPropertyName(Method) - Static method in class org.apache.bval.util.MethodAccess
-
Process bean properties getter by applying the JavaBean naming conventions.
- getPropertyName() - Method in class org.apache.bval.util.MethodAccess
-
Get a name representative of this property.
- getPropertyName() - Method in class org.apache.bval.util.PropertyAccess
-
Get a name representative of this property.
- getPropertyPath() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Get the property path.
- getPropertyValue() - Method in class org.apache.bval.BeanValidationContext
-
Get the cached value or access it somehow (via field or method)
you should prefer getPropertyValue(AccessStrategy) instead of this method
- getPropertyValue(AccessStrategy) - Method in class org.apache.bval.BeanValidationContext
-
Get the value by using the given access strategy.
- getPropertyValue() - Method in interface org.apache.bval.model.ValidationContext
-
Get the property value.
- getPropertyValue(AccessStrategy) - Method in interface org.apache.bval.model.ValidationContext
-
Get the value by using the given access strategy.
- getProvider() - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Get the configured ValidationProvider
.
- getPublicMethod(Class<?>, String) - Static method in class org.apache.bval.jsr303.util.SecureActions
-
Create a privileged action to get the named method declared by the specified class
or by one of its ancestors.
- getRawType() - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
- getRawType() - Method in interface org.apache.bval.model.DynaType
-
Resolve the type indirection.
- getRawType() - Method in class org.apache.bval.model.DynaTypeEnum
-
Resolve the type indirection.
- getReadonly() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getReason() - Method in class org.apache.bval.model.ValidationListener.Error
-
Get the reason.
- getRefId() - Method in class org.apache.bval.xml.XMLMetaValidatorReference
-
- getRegexp() - Method in class org.apache.bval.xml.XMLMetaProperty
-
- getRegistry() - Static method in class org.apache.bval.xml.XMLMetaBeanManagerFactory
-
global meta bean registry
- getRevision() - Static method in class org.apache.bval.util.BValVersion
-
Get the version control revision number.
- getRootBean() - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
Get the root bean.
- getRootBeanType() - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
- getRootMetaBean() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- getSequences() - Method in class org.apache.bval.jsr303.groups.Groups
-
Get the Group sequences.
- getStandardValidation() - Method in class org.apache.bval.xml.XMLMetaBeanFactory
-
- getter - Variable in class org.apache.bval.jsr303.xml.BeanType
-
- GetterType - Class in org.apache.bval.jsr303.xml
-
Java class for getterType complex type.
- GetterType() - Constructor for class org.apache.bval.jsr303.xml.GetterType
-
- getTimeLag() - Method in class org.apache.bval.xml.XMLMetaProperty
-
- getTraversableResolver() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
-
Get the TraversableResolver
.
- getTraversableResolver() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
- getTraversableResolver() - Method in class org.apache.bval.jsr303.ConfigurationImpl
- getTraversableResolver() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Get the TraversableResolver
.
- getTraversableResolver() - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Gets the value of the traversableResolver property.
- getType() - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Get the expected type of the represented attribute.
- getType() - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
- getType() - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Get the configured Annotation type.
- getType() - Method in class org.apache.bval.model.MetaProperty
-
Get the type of this property.
- getType() - Method in class org.apache.bval.xml.XMLMetaElement
-
- getTypeClass() - Method in class org.apache.bval.model.MetaProperty
-
Resolve the type of this property to a class.
- getValid() - Method in class org.apache.bval.jsr303.xml.FieldType
-
Gets the value of the valid property.
- getValid() - Method in class org.apache.bval.jsr303.xml.GetterType
-
Gets the value of the valid property.
- getValidAccesses(Class<?>) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Get the
AccessStrategy
List
indicating nested bean
validations that must be triggered in the course of validating a
beanClass
graph.
- getValidatedBy() - Method in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
Gets the value of the validatedBy property.
- getValidatedValue() - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Get the value being validated.
- getValidation() - Method in class org.apache.bval.xml.XMLMetaValidator
-
- getValidationContext() - Method in class org.apache.bval.jsr303.ConstraintValidatorContextImpl
-
- getValidationId() - Method in class org.apache.bval.routines.StandardValidation
-
key for this validation in the validation list of the beanInfos
- getValidationProviders() - Method in class org.apache.bval.jsr303.DefaultValidationProviderResolver
- getValidations() - Method in class org.apache.bval.jsr303.extensions.AppendValidationToList
-
Get the list of cached validations.
- getValidations() - Method in class org.apache.bval.model.FeaturesCapable
-
- getValidator() - Method in class org.apache.bval.jsr303.ApacheFactoryContext
- getValidator() - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Shortcut method to create a new Validator instance with factory's
settings
- getValidator() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
- getValidator(String) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- getValidatorClasses(Class<A>) - Method in class org.apache.bval.jsr303.ConstraintDefaults
-
Get the default validator implementation types for the specified constraint annotation type.
- getValidators() - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- getValidators() - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- getValue(Annotation) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Get the value of this attribute from the specified constraint annotation.
- getValue(String) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Get the specified element value from the current configuration.
- getValue() - Method in class org.apache.bval.jsr303.xml.GroupSequenceType
-
Gets the value of the value property.
- getValue() - Method in class org.apache.bval.jsr303.xml.GroupsType
-
Gets the value of the value property.
- getValue() - Method in class org.apache.bval.jsr303.xml.PayloadType
-
Gets the value of the value property.
- getValue() - Method in class org.apache.bval.jsr303.xml.PropertyType
-
Gets the value of the value property.
- getValue() - Method in class org.apache.bval.jsr303.xml.ValidatedByType
-
Gets the value of the value property.
- getValue() - Method in class org.apache.bval.xml.XMLMetaFeature
-
- getVersion() - Static method in class org.apache.bval.util.BValVersion
-
Get the project version number.
- getVersion() - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
used for change-detection, when some other component caches MetaBeans based on this
object.
- getXmlFactory() - Method in class org.apache.bval.xml.XMLMetaBeanBuilder
-
- getXStream() - Method in class org.apache.bval.xml.XMLMapper
-
- GraphBeanIdentity - Class in org.apache.bval.jsr303
-
Class that stores the needed properties to avoid circular paths when
validating an object graph.
- GraphBeanIdentity(Object, Class<?>, Class<?>) - Constructor for class org.apache.bval.jsr303.GraphBeanIdentity
-
Create a new GraphBeanIdentity instance.
- Group - Class in org.apache.bval.jsr303.groups
-
Immutable object that wraps an interface representing a single group.
- Group(Class<?>) - Constructor for class org.apache.bval.jsr303.groups.Group
-
Create a new Group instance.
- GROUP_SEQUENCE - Static variable in interface org.apache.bval.jsr303.Jsr303Features.Bean
-
INFO: List of Group(Class) for GroupSequence.value()
(redefined default group)
- Groups - Class in org.apache.bval.jsr303.groups
-
Defines the order to validate groups during validation.
- Groups() - Constructor for class org.apache.bval.jsr303.groups.Groups
-
- groups - Variable in class org.apache.bval.jsr303.groups.Groups
-
The list of single groups.
- groups - Variable in class org.apache.bval.jsr303.xml.ConstraintType
-
- groupsComputer - Variable in class org.apache.bval.jsr303.ClassValidator
-
- GroupsComputer - Class in org.apache.bval.jsr303.groups
-
Description: compute group order, based on the RI behavior as to guarantee
compatibility with interpretations of the spec.
Implementation is thread-safe.
- GroupsComputer() - Constructor for class org.apache.bval.jsr303.groups.GroupsComputer
-
- groupSequence - Variable in class org.apache.bval.jsr303.xml.ClassType
-
- GroupSequenceType - Class in org.apache.bval.jsr303.xml
-
Java class for groupSequenceType complex type.
- GroupSequenceType() - Constructor for class org.apache.bval.jsr303.xml.GroupSequenceType
-
- GroupsType - Class in org.apache.bval.jsr303.xml
-
Java class for groupsType complex type.
- GroupsType() - Constructor for class org.apache.bval.jsr303.xml.GroupsType
-
- GroupValidationContext<T> - Interface in org.apache.bval.jsr303
-
- IBAN - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- IBANValidator - Class in org.apache.bval.extras.constraints.checkdigit
-
IBAN (International Bank Account Number) Check Digit calculation/validation.
- IBANValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.IBANValidator
-
- ignoreAnnotations - Variable in class org.apache.bval.jsr303.xml.BeanType
-
- ignoreAnnotations - Variable in class org.apache.bval.jsr303.xml.ClassType
-
- ignoreAnnotations - Variable in class org.apache.bval.jsr303.xml.FieldType
-
- ignoreAnnotations - Variable in class org.apache.bval.jsr303.xml.GetterType
-
- ignoreXmlConfiguration() - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Ignore data from the META-INF/validation.xml file if this
method is called.
- includeExistingValidators - Variable in class org.apache.bval.jsr303.xml.ValidatedByType
-
- IncompatiblePropertyValueException - Exception in org.apache.bval.jsr303
-
Internal exception thrown when trying to validate a value for a property for which it is not assignment-compatible.
- IncompatiblePropertyValueException(String) - Constructor for exception org.apache.bval.jsr303.IncompatiblePropertyValueException
-
- IncompatiblePropertyValueException() - Constructor for exception org.apache.bval.jsr303.IncompatiblePropertyValueException
-
Create a new IncompatiblePropertyValueException instance.
- IncompatiblePropertyValueException(String, Throwable) - Constructor for exception org.apache.bval.jsr303.IncompatiblePropertyValueException
-
Create a new IncompatiblePropertyValueException instance.
- IncompatiblePropertyValueException(Throwable) - Constructor for exception org.apache.bval.jsr303.IncompatiblePropertyValueException
-
Create a new IncompatiblePropertyValueException instance.
- IndexedAccess - Class in org.apache.bval.util
-
- IndexedAccess(Type, Integer) - Constructor for class org.apache.bval.util.IndexedAccess
-
Create a new IndexedAccessStrategy instance.
- InetAddress - Annotation Type in org.apache.bval.extras.constraints.net
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- InetAddressValidator - Class in org.apache.bval.extras.constraints.net
-
InetAddress validation and conversion routines (java.net.InetAddress
).
- InetAddressValidator() - Constructor for class org.apache.bval.extras.constraints.net.InetAddressValidator
-
- init() - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
- initialize(AssertFalse) - Method in class org.apache.bval.constraints.AssertFalseValidator
-
- initialize(AssertTrue) - Method in class org.apache.bval.constraints.AssertTrueValidator
-
- initialize(DecimalMax) - Method in class org.apache.bval.constraints.DecimalMaxValidatorForNumber
-
- initialize(DecimalMax) - Method in class org.apache.bval.constraints.DecimalMaxValidatorForString
-
- initialize(DecimalMin) - Method in class org.apache.bval.constraints.DecimalMinValidatorForNumber
-
- initialize(DecimalMin) - Method in class org.apache.bval.constraints.DecimalMinValidatorForString
-
- initialize(Digits) - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- initialize(Digits) - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- initialize(Email) - Method in class org.apache.bval.constraints.EmailValidator
-
- initialize(Future) - Method in class org.apache.bval.constraints.FutureValidatorForCalendar
-
- initialize(Future) - Method in class org.apache.bval.constraints.FutureValidatorForDate
-
- initialize(Max) - Method in class org.apache.bval.constraints.MaxValidatorForNumber
-
- initialize(Max) - Method in class org.apache.bval.constraints.MaxValidatorForString
-
- initialize(Min) - Method in class org.apache.bval.constraints.MinValidatorForNumber
-
- initialize(Min) - Method in class org.apache.bval.constraints.MinValidatorForString
-
- initialize(NotEmpty) - Method in class org.apache.bval.constraints.NotEmptyValidator
-
- initialize(NotEmpty) - Method in class org.apache.bval.constraints.NotEmptyValidatorForCollection
-
- initialize(NotEmpty) - Method in class org.apache.bval.constraints.NotEmptyValidatorForMap
-
- initialize(NotEmpty) - Method in class org.apache.bval.constraints.NotEmptyValidatorForString
-
- initialize(NotNull) - Method in class org.apache.bval.constraints.NotNullValidator
-
- initialize(Null) - Method in class org.apache.bval.constraints.NullValidator
-
- initialize(Past) - Method in class org.apache.bval.constraints.PastValidatorForCalendar
-
- initialize(Past) - Method in class org.apache.bval.constraints.PastValidatorForDate
-
- initialize(Pattern) - Method in class org.apache.bval.constraints.PatternValidator
-
- initialize(Size) - Method in class org.apache.bval.constraints.SizeValidator
-
Configure the constraint validator based on the elements
specified at the time it was defined.
- initialize(IBAN) - Method in class org.apache.bval.extras.constraints.checkdigit.IBANValidator
- initialize(Verhoeff) - Method in class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
- initialize(Directory) - Method in class org.apache.bval.extras.constraints.file.DirectoryValidator
- initialize(NotDirectory) - Method in class org.apache.bval.extras.constraints.file.NotDirectoryValidator
- initialize(Symlink) - Method in class org.apache.bval.extras.constraints.file.SymlinkValidator
- initialize(Domain) - Method in class org.apache.bval.extras.constraints.net.DomainValidator
- initialize(InetAddress) - Method in class org.apache.bval.extras.constraints.net.InetAddressValidator
- initialize() - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Initialize the validator (if not null
) with the stored
annotation.
- initialize() - Method in class org.apache.bval.ValidationResults
-
initialize the error-buckets now when needed and
not on instance creation to save memory garbage.
- interpolate(String, MessageInterpolator.Context) - Method in class org.apache.bval.jsr303.DefaultMessageInterpolator
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.apache.bval.jsr303.DefaultMessageInterpolator
- IntrospectorMetaBeanFactory - Class in org.apache.bval
-
Description: use information from java.beans.Introspector in MetaBeans.
- IntrospectorMetaBeanFactory() - Constructor for class org.apache.bval.IntrospectorMetaBeanFactory
-
- IOUtils - Class in org.apache.bval.jsr303.util
-
Commons IO utilities.
- isAssignableFrom(Class<?>) - Method in class org.apache.bval.model.DynaTypeEnum
-
Learn whether the wrapped class is assignable from cls
.
- isBeanConstrained() - Method in class org.apache.bval.jsr303.BeanDescriptorImpl
-
Returns true if the bean involves validation:
a constraint is hosted on the bean itself
a constraint is hosted on one of the bean properties, OR
a bean property is marked for cascade (@Valid
)
- ISBN10 - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- ISBN10Validator - Class in org.apache.bval.extras.constraints.checkdigit
-
Modulus 11 ISBN-10 Check Digit calculation/validation.
- ISBN10Validator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.ISBN10Validator
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.CachingTraversableResolver
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.DefaultTraversableResolver
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.JPATraversableResolver
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.SimpleTraversableResolver
- isCascaded() - Method in interface org.apache.bval.jsr303.extensions.ConstructorDescriptor
-
Learn whether the referenced constructor should be validated.
- isCascaded() - Method in class org.apache.bval.jsr303.extensions.ConstructorDescriptorImpl
-
Learn whether the referenced constructor should be validated.
- isCascaded() - Method in interface org.apache.bval.jsr303.extensions.MethodDescriptor
-
Learn whether the referenced method should be validated.
- isCascaded() - Method in class org.apache.bval.jsr303.extensions.MethodDescriptorImpl
-
Learn whether the referenced method should be validated.
- isCascaded() - Method in interface org.apache.bval.jsr303.extensions.ParameterDescriptor
-
Is the parameter marked by the @Valid
annotation.
- isCascaded() - Method in class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Is the parameter marked by the @Valid
annotation.
- isDeclaredOn(Class<A>) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Benign means of checking for an attribute's existence.
- isDefault() - Method in class org.apache.bval.jsr303.groups.Group
-
Learn whether the group represented is the default group.
- isEmpty() - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
Learn whether no violations were found.
- isEmpty() - Method in class org.apache.bval.ValidationResults
-
Learn whether these results are empty/error-free.
- isEnum() - Method in class org.apache.bval.model.DynaTypeEnum
-
Learn whether the referred class is, in fact, an enum class.
- isFixed() - Method in class org.apache.bval.BeanValidationContext
-
Learn whether the current property value is "fixed."
- isIgnoreAnnotations(Member) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Learn whether annotations should be ignored on a particular
Member
of a class.
- isIgnoreAnnotations(Class<?>) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Learn whether annotations should be ignored for a given class.
- isIgnoreAnnotations() - Method in class org.apache.bval.jsr303.xml.BeanType
-
Gets the value of the ignoreAnnotations property.
- isIgnoreAnnotations() - Method in class org.apache.bval.jsr303.xml.ClassType
-
Gets the value of the ignoreAnnotations property.
- isIgnoreAnnotations() - Method in class org.apache.bval.jsr303.xml.FieldType
-
Gets the value of the ignoreAnnotations property.
- isIgnoreAnnotations() - Method in class org.apache.bval.jsr303.xml.GetterType
-
Gets the value of the ignoreAnnotations property.
- isIgnoreXmlConfiguration() - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Returns true if Configuration.ignoreXMLConfiguration() has been called.
- isIncludeExistingValidators() - Method in class org.apache.bval.jsr303.xml.ValidatedByType
-
Gets the value of the includeExistingValidators property.
- isInIterable() - Method in class org.apache.bval.jsr303.util.NodeImpl
- isKnown() - Method in class org.apache.bval.util.PropertyAccess
-
- isMandatory() - Method in class org.apache.bval.model.MetaProperty
-
Learn whether this property is considered mandatory.
- isMemberOf(Class<?>) - Method in class org.apache.bval.jsr303.ConstraintValidation
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.CachingTraversableResolver
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.DefaultTraversableResolver
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.JPATraversableResolver
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.apache.bval.jsr303.resolver.SimpleTraversableResolver
- isRelationship() - Method in class org.apache.bval.model.MetaProperty
-
Learn whether this property is considered a relationship.
- isReportAsSingleViolation() - Method in class org.apache.bval.jsr303.ConstraintDescriptorImpl
- isReportAsSingleViolation() - Method in class org.apache.bval.jsr303.ConstraintValidation
- isRootPath() - Method in class org.apache.bval.jsr303.util.PathImpl
-
Learn whether this
PathImpl
points to the root of its graph.
- isSubPathOf(Path) - Method in class org.apache.bval.jsr303.util.PathImpl
-
Learn whether path
is a parent to this
.
- isSuitable(Class<? extends Configuration<?>>) - Method in class org.apache.bval.jsr303.ApacheValidationProvider
-
Learn whether a particular builder class is suitable for this
ValidationProvider
.
- isTreatMapsLikeBeans() - Method in class org.apache.bval.BeanValidator
-
- isTreatMapsLikeBeans() - Method in class org.apache.bval.jsr303.ClassValidator
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.AssertFalseValidator
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.AssertTrueValidator
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DecimalMaxValidatorForNumber
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DecimalMaxValidatorForString
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DecimalMinValidatorForNumber
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DecimalMinValidatorForString
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.EmailValidator
-
- isValid(Calendar, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.FutureValidatorForCalendar
-
- isValid(Date, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.FutureValidatorForDate
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.MaxValidatorForNumber
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.MaxValidatorForString
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.MinValidatorForNumber
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.MinValidatorForString
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NotEmptyValidator
-
- isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NotEmptyValidatorForCollection
-
- isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NotEmptyValidatorForMap
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NotEmptyValidatorForString
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NotNullValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.NullValidator
-
- isValid(Calendar, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.PastValidatorForCalendar
-
- isValid(Date, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.PastValidatorForDate
-
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.PatternValidator
-
- isValid(boolean[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfBoolean
-
Checks the number of entries in an array.
- isValid(byte[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfByte
-
Checks the number of entries in an array.
- isValid(char[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfChar
-
Checks the number of entries in an array.
- isValid(double[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfDouble
-
Checks the number of entries in an array.
- isValid(float[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfFloat
-
Checks the number of entries in an array.
- isValid(int[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfInt
-
Checks the number of entries in an array.
- isValid(long[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfLong
-
Checks the number of entries in an array.
- isValid(Object[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfObject
-
Checks the number of entries in an array.
- isValid(short[], ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForArrayOfShort
-
Checks the number of entries in an array.
- isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForCollection
-
Checks the number of entries in a map.
- isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForMap
-
Checks the number of entries in a map.
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.constraints.SizeValidatorForString
-
Checks the length of the specified string.
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.checkdigit.IBANValidator
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
- isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.DirectoryValidator
- isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.NotDirectoryValidator
- isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.SymlinkValidator
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.net.DomainValidator
- isValid(String, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.net.InetAddressValidator
- isValid(Object) - Static method in class org.apache.bval.routines.EMailValidationUtils
-
Learn whether a given object is a valid email address.
- isValid(Object, Pattern) - Static method in class org.apache.bval.routines.EMailValidationUtils
-
- isValidated(Object) - Method in class org.apache.bval.BeanValidationContext
-
Learn whether a particular object has been validated.
- iterator() - Method in class org.apache.bval.jsr303.util.PathImpl
- main(String[]) - Static method in class org.apache.bval.util.BValVersion
-
- MAIN_KEY - Static variable in interface org.apache.bval.model.Features.Bean
-
INFO: String, name of the Property, that is the Primary Key
- MAJOR_RELEASE - Static variable in class org.apache.bval.util.BValVersion
-
Major release number
- MANDATORY - Static variable in interface org.apache.bval.model.Features.Property
-
VALIDATION: Boolean, mandatory field?
- MANDATORY - Static variable in interface org.apache.bval.xml.XMLMetaValue
-
- Mastercard - Annotation Type in org.apache.bval.extras.constraints.creditcard
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- max - Variable in class org.apache.bval.constraints.SizeValidator
-
- MAX_LENGTH - Static variable in interface org.apache.bval.model.Features.Property
-
VALIDATION: Integer, max.
- MAX_VALUE - Static variable in interface org.apache.bval.model.Features.Property
-
VALIDATION: Comparable (e.g.
- MaxValidatorForNumber - Class in org.apache.bval.constraints
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForNumber() - Constructor for class org.apache.bval.constraints.MaxValidatorForNumber
-
- MaxValidatorForString - Class in org.apache.bval.constraints
-
Check that the String being validated represents a number, and has a value
less than or equal to the maximum value specified.
- MaxValidatorForString() - Constructor for class org.apache.bval.constraints.MaxValidatorForString
-
- mergeFeaturesInto(FeaturesCapable) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- mergeInto(MetaProperty) - Method in class org.apache.bval.xml.XMLMetaBeanReference
-
- mergeInto(MetaProperty) - Method in class org.apache.bval.xml.XMLMetaElement
-
- mergeInto(MetaProperty) - Method in class org.apache.bval.xml.XMLMetaProperty
-
- message - Variable in class org.apache.bval.jsr303.xml.ConstraintType
-
- messageInterpolator(MessageInterpolator) - Method in class org.apache.bval.jsr303.ApacheFactoryContext
- messageInterpolator - Variable in class org.apache.bval.jsr303.ConfigurationImpl
-
Configured MessageInterpolator
- messageInterpolator(MessageInterpolator) - Method in class org.apache.bval.jsr303.ConfigurationImpl
- messageInterpolator - Variable in class org.apache.bval.jsr303.xml.ValidationConfigType
-
- metaBean - Variable in class org.apache.bval.jsr303.ElementDescriptorImpl
-
the MetaBean of this element
- MetaBean - Class in org.apache.bval.model
-
Description: the meta description of a bean or class.
- MetaBean() - Constructor for class org.apache.bval.model.MetaBean
-
- METABEAN_FACTORY_CLASSNAMES - Static variable in interface org.apache.bval.jsr303.ApacheValidatorConfiguration.Properties
-
Specifies the names, delimited by whitespace, of
MetaBeanFactory
classes that should be added to collaborate
with an
ApacheFactoryContext
's
MetaBeanFinder
.
- MetaBeanBuilder - Class in org.apache.bval
-
Description: internal implementation class to construct metabeans with
factories
- MetaBeanBuilder() - Constructor for class org.apache.bval.MetaBeanBuilder
-
Create a new MetaBeanBuilder instance.
- MetaBeanBuilder(MetaBeanFactory[]) - Constructor for class org.apache.bval.MetaBeanBuilder
-
Create a new MetaBeanBuilder instance.
- MetaBeanCache - Class in org.apache.bval
-
Description: a cache to hold metabeans by id and by class.
- MetaBeanCache() - Constructor for class org.apache.bval.MetaBeanCache
-
Create a new MetaBeanCache instance.
- MetaBeanCache(Map<String, MetaBean>) - Constructor for class org.apache.bval.MetaBeanCache
-
Create a new MetaBeanCache instance.
- MetaBeanEnricher - Interface in org.apache.bval.xml
-
Description: Interface to merge meta beans
- MetaBeanFactory - Interface in org.apache.bval
-
Description: interface for abstraction how to initialize a MetaBean
with information from somewhere
- MetaBeanFinder - Interface in org.apache.bval
-
Description: Interface to find BeanInfos
- MetaBeanManager - Class in org.apache.bval
-
Description: Default implementation for the interface to find, register and
create MetaBeans.
- MetaBeanManager() - Constructor for class org.apache.bval.MetaBeanManager
-
Create a new MetaBeanManager instance.
- MetaBeanManager(MetaBeanBuilder) - Constructor for class org.apache.bval.MetaBeanManager
-
Create a new MetaBeanManager instance.
- MetaBeanManagerFactory - Class in org.apache.bval
-
Description: API class to hold a singleton of a
MetaBeanManager
that implements the finder and registry interfaces for MetaBeans
- MetaBeanManagerFactory() - Constructor for class org.apache.bval.MetaBeanManagerFactory
-
- MetaConstraint<T,A extends Annotation> - Class in org.apache.bval.jsr303.xml
-
Description: hold parsed information from xml to complete MetaBean later
- MetaConstraint(Class<T>, Member, A) - Constructor for class org.apache.bval.jsr303.xml.MetaConstraint
-
Create a new MetaConstraint instance.
- MetaProperty - Class in org.apache.bval.model
-
Description: the meta description of a property of a bean.
- MetaProperty() - Constructor for class org.apache.bval.model.MetaProperty
-
Create a new MetaProperty instance.
- MethodAccess - Class in org.apache.bval.util
-
Description: invoke a zero-argument method (getter)
- MethodAccess(Method) - Constructor for class org.apache.bval.util.MethodAccess
-
Create a new MethodAccess instance.
- MethodAccess(String, Method) - Constructor for class org.apache.bval.util.MethodAccess
-
Create a new MethodAccess instance.
- MethodBeanDescriptor - Interface in org.apache.bval.jsr303.extensions
-
Description: Provides method/constructor-related constraint information
for a type.
- MethodDescriptor - Interface in org.apache.bval.jsr303.extensions
-
Description: This class will disappear when such
functionality is part of the JSR303 specification.
- MethodDescriptorImpl - Class in org.apache.bval.jsr303.extensions
-
- MethodDescriptorImpl(MetaBean, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.MethodDescriptorImpl
-
Create a new MethodDescriptorImpl instance.
- MethodDescriptorImpl(Class<?>, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.MethodDescriptorImpl
-
Create a new MethodDescriptorImpl instance.
- MethodValidator - Interface in org.apache.bval.jsr303.extensions
-
Description: Appendix C.
- MethodValidatorMetaBeanFactory - Class in org.apache.bval.jsr303.extensions
-
Description: extension to validate parameters/return values of
methods/constructors.
- MethodValidatorMetaBeanFactory(ApacheFactoryContext) - Constructor for class org.apache.bval.jsr303.extensions.MethodValidatorMetaBeanFactory
-
Create a new MethodValidatorMetaBeanFactory instance.
- min - Variable in class org.apache.bval.constraints.SizeValidator
-
- MIN_LENGTH - Static variable in interface org.apache.bval.model.Features.Property
-
VALIDATION: Integer, min.
- MIN_VALUE - Static variable in interface org.apache.bval.model.Features.Property
-
VALIDATION: Comparable (e.g.
- MINOR_RELEASE - Static variable in class org.apache.bval.util.BValVersion
-
Minor release number
- MinValidatorForNumber - Class in org.apache.bval.constraints
-
Description: validate that number-value of passed object is >= min-value
- MinValidatorForNumber() - Constructor for class org.apache.bval.constraints.MinValidatorForNumber
-
- MinValidatorForString - Class in org.apache.bval.constraints
-
Check that the String being validated represents a number, and has a value
more than or equal to the minimum value specified.
- MinValidatorForString() - Constructor for class org.apache.bval.constraints.MinValidatorForString
-
- moveDown(MetaProperty, AccessStrategy) - Method in class org.apache.bval.BeanValidationContext
-
Step deeper into association at 'prop'
- moveDown(MetaProperty, AccessStrategy) - Method in interface org.apache.bval.model.ValidationContext
-
Step deeper into association at 'prop'
- moveDownIfNecessary() - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
If we currently have a property, navigate the context such that the property becomes the bean, in preparation for
another property.
- moveUp(Object, MetaBean) - Method in class org.apache.bval.BeanValidationContext
-
Step out from a validation of associated objects.
- moveUp(Object, MetaBean) - Method in interface org.apache.bval.model.ValidationContext
-
Step out from a validation of associated objects.
- ParameterAccess - Class in org.apache.bval.jsr303.extensions
-
- ParameterAccess(Type, int) - Constructor for class org.apache.bval.jsr303.extensions.ParameterAccess
-
Create a new ParameterAccess instance.
- ParameterDescriptor - Interface in org.apache.bval.jsr303.extensions
-
Description: This class will disappear when such
functionality is part of the JSR303 specification.
- ParameterDescriptorImpl - Class in org.apache.bval.jsr303.extensions
-
- ParameterDescriptorImpl(MetaBean, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Create a new ParameterDescriptorImpl instance.
- ParameterDescriptorImpl(Class<?>, Validation[]) - Constructor for class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Create a new ParameterDescriptorImpl instance.
- PastValidatorForCalendar - Class in org.apache.bval.constraints
-
Description: validate a date or calendar representing a date in the past
- PastValidatorForCalendar() - Constructor for class org.apache.bval.constraints.PastValidatorForCalendar
-
- PastValidatorForDate - Class in org.apache.bval.constraints
-
Description: validate a date or calendar representing a date in the past
- PastValidatorForDate() - Constructor for class org.apache.bval.constraints.PastValidatorForDate
-
- PATCH_RELEASE - Static variable in class org.apache.bval.util.BValVersion
-
Patch/point release number
- PathImpl - Class in org.apache.bval.jsr303.util
-
Description: object holding the property path as a list of nodes.
- PathNavigation - Class in org.apache.bval.jsr303.util
-
Defines a path navigation algorithm and a means of interacting with same.
- PathNavigation.Callback<T> - Interface in org.apache.bval.jsr303.util
-
Path traversal callback function interface.
- PathNavigation.CallbackProcedure - Class in org.apache.bval.jsr303.util
-
Callback "procedure" that always returns null.
- pattern - Variable in class org.apache.bval.constraints.PatternValidator
-
- PatternValidator - Class in org.apache.bval.constraints
-
validator using a regular expression,
based on the jsr303 Pattern constraint annotation.
- PatternValidator() - Constructor for class org.apache.bval.constraints.PatternValidator
-
- payload - Variable in class org.apache.bval.jsr303.xml.ConstraintType
-
- PayloadType - Class in org.apache.bval.jsr303.xml
-
Java class for payloadType complex type.
- PayloadType() - Constructor for class org.apache.bval.jsr303.xml.PayloadType
-
- performAppend(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.AppendValidationToBuilder
-
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
- performAppend(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.AppendValidationToMeta
-
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
- performAppend(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.BaseAppendValidation
-
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
- performAppend(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.extensions.AppendValidationToList
-
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
- postProcessValidation(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.BaseAppendValidation
-
Post-process the validation once it has been appended.
- PREFERRED - Static variable in interface org.apache.bval.model.Features.Property
-
INFO: Boolean
- preProcessValidation(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.AppendValidationToBuilder
-
Pre-process the validation before appending it.
- preProcessValidation(ConstraintValidation<T>) - Method in class org.apache.bval.jsr303.BaseAppendValidation
-
Pre-process the validation before appending it.
- PrivilegedActions - Class in org.apache.bval.util
-
Description: utility methods to perform actions with AccessController or without.
- PrivilegedActions() - Constructor for class org.apache.bval.util.PrivilegedActions
-
- ProcedureDescriptor - Interface in org.apache.bval.jsr303.extensions
-
- processAnnotation(A, Class<?>, AppendValidation) - Method in class org.apache.bval.jsr303.AnnotationProcessor
-
Convenience method to process a single class-level annotation.
- processAnnotation(A, MetaProperty, Class<?>, AccessStrategy, AppendValidation) - Method in class org.apache.bval.jsr303.AnnotationProcessor
-
Process a single annotation.
- processAnnotations(MetaProperty, Class<?>, AnnotatedElement, AccessStrategy, AppendValidation) - Method in class org.apache.bval.jsr303.AnnotationProcessor
-
Process JSR303 annotations.
- processMappingConfig(Set<InputStream>) - Method in class org.apache.bval.jsr303.xml.ValidationMappingParser
-
Parse files with constraint mappings and collect information in the factory.
- processValidationConfig(ConfigurationImpl) - Method in class org.apache.bval.jsr303.xml.ValidationParser
-
Process the validation configuration into targetConfig
.
- PROJECT_ID - Static variable in class org.apache.bval.util.BValVersion
-
Unique id of the current project/version/revision
- PROJECT_NAME - Static variable in class org.apache.bval.util.BValVersion
-
Project name
- property - Variable in class org.apache.bval.jsr303.xml.ValidationConfigType
-
- PropertyAccess - Class in org.apache.bval.util
-
Description: Undefined dynamic strategy (FIELD or METHOD access) Uses PropertyUtils or tries to determine field to
access the value
- PropertyAccess(Class<?>, String) - Constructor for class org.apache.bval.util.PropertyAccess
-
Create a new PropertyAccess instance.
- PropertyDescriptor - Static variable in interface org.apache.bval.jsr303.Jsr303Features.Property
-
INFO: cached PropertyDescriptorImpl of the property
- PropertyType - Class in org.apache.bval.jsr303.xml
-
Java class for propertyType complex type.
- PropertyType() - Constructor for class org.apache.bval.jsr303.xml.PropertyType
-
- provider - Variable in class org.apache.bval.jsr303.ConfigurationImpl
-
Configured ValidationProvider
- providerClass - Variable in class org.apache.bval.jsr303.ConfigurationImpl
-
Configured ValidationProvider
class
- providerResolver - Variable in class org.apache.bval.jsr303.ConfigurationImpl
-
Configured ValidationProviderResolver
- put(Map<? super String, ? super V>, V) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Put value
into a map with this.attributeName
as
key.
- putBeanRef(XMLMetaBeanReference) - Method in class org.apache.bval.xml.XMLMetaBean
-
- putConstraintValidator(Class<A>, Class<? extends ConstraintValidator<A, ?>>[]) - Method in class org.apache.bval.jsr303.ConstraintCached
-
Record the set of validator classes for a given constraint annotation.
- putFeature(String, T) - Method in class org.apache.bval.model.FeaturesCapable
-
Convenience method to set a particular feature value.
- putFeature(String, Object) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- putProperty(String, MetaProperty) - Method in class org.apache.bval.model.MetaBean
-
bidirectional - set the relationship between a MetaProperty and its parentMetaBean
- putProperty(XMLMetaProperty) - Method in class org.apache.bval.xml.XMLMetaBean
-
- putValue(String, Object) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Add an element to the configuration.
- SecureActions - Class in org.apache.bval.jsr303.util
-
Description: utility methods to perform actions with AccessController or without.
- SecureActions() - Constructor for class org.apache.bval.jsr303.util.SecureActions
-
- Sedol - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- SedolValidator - Class in org.apache.bval.extras.constraints.checkdigit
-
Modulus 10 SEDOL (UK Securities) Check Digit calculation/validation.
- SedolValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.SedolValidator
-
- sequences - Variable in class org.apache.bval.jsr303.groups.Groups
-
The list of sequences.
- setAnnotation(T) - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Override the Annotation set at construction.
- setAnnotation(String) - Method in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
Sets the value of the annotation property.
- setAnnotation(String) - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Sets the value of the annotation property.
- setBean(Object, MetaBean) - Method in class org.apache.bval.BeanValidationContext
-
Set the current bean/metabean.
- setBean(Object) - Method in class org.apache.bval.BeanValidationContext
-
Set the bean.
- setBean(Object) - Method in interface org.apache.bval.model.ValidationContext
-
Set the bean.
- setBean(Object, MetaBean) - Method in interface org.apache.bval.model.ValidationContext
-
Set the current bean/metabean.
- setBeanClass(Class<?>) - Method in class org.apache.bval.model.MetaBean
-
Set the beanClass.
- setBeanId(String) - Method in class org.apache.bval.xml.XMLMetaBeanReference
-
- setBeanRefs(List<XMLMetaBeanReference>) - Method in class org.apache.bval.xml.XMLMetaBean
-
- setBeans(List<XMLMetaBean>) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- setCascaded(boolean) - Method in class org.apache.bval.jsr303.extensions.ConstructorDescriptorImpl
-
Set whether this procedure should be validated.
- setCascaded(boolean) - Method in class org.apache.bval.jsr303.extensions.MethodDescriptorImpl
-
Set whether this procedure should be validated.
- setCascaded(boolean) - Method in class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Set whether the referenced parameter descriptor should be validated.
- setCascaded(boolean) - Method in interface org.apache.bval.jsr303.extensions.ProcedureDescriptor
-
Set whether this procedure should be validated.
- setClassType(ClassType) - Method in class org.apache.bval.jsr303.xml.BeanType
-
Sets the value of the classType property.
- setClazz(String) - Method in class org.apache.bval.jsr303.xml.BeanType
-
Sets the value of the clazz property.
- setConstraintDescriptors(Set<ConstraintDescriptor<?>>) - Method in class org.apache.bval.jsr303.ElementDescriptorImpl
-
Set the constraintDescriptors for this element.
- setConstraintValidation(ConstraintValidation<?>) - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Set the ConstraintValidatorFactory
used.
- setConstraintValidatorFactory(String) - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Sets the value of the constraintValidatorFactory property.
- setCurrentGroup(Group) - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
- setCurrentIndex(Integer) - Method in class org.apache.bval.BeanValidationContext
-
Set the index of the object currently validated into the context.
- setCurrentIndex(Integer) - Method in interface org.apache.bval.model.ValidationContext
-
Set the index of the object currently validated into the context.
- setCurrentKey(Object) - Method in class org.apache.bval.BeanValidationContext
-
set the key of the object in a map currently validated into the context.
- setCurrentKey(Object) - Method in interface org.apache.bval.model.ValidationContext
-
set the key of the object in a map currently validated into the context.
- setCurrentOwner(Class<?>) - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Set the current owning class.
- setDefault(ApacheValidatorFactory) - Static method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
- setDefaultIgnoreAnnotation(Class<?>, Boolean) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Record the ignore state for a particular annotation type.
- setDefaultPackage(String) - Method in class org.apache.bval.jsr303.xml.ConstraintMappingsType
-
Sets the value of the defaultPackage property.
- setDefaultProvider(String) - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Sets the value of the defaultProvider property.
- setDenied(Boolean) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setEnumNames(String[]) - Method in class org.apache.bval.model.DynaTypeEnum
-
Set the enumeration value names.
- setFactories(MetaBeanFactory[]) - Method in class org.apache.bval.MetaBeanBuilder
-
- setFactories(MetaBeanFactory[]) - Method in class org.apache.bval.xml.XMLMetaBeanBuilder
-
- setFeatures(List<XMLMetaFeature>) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- setFixed(boolean) - Method in class org.apache.bval.BeanValidationContext
-
Potentially declare the current property value as being "fixed."
If
true
, the context will reuse any not-
UNKNOWN
propertyValue regardless of the
AccessStrategy
by which it is requested.
- setFixedValue(Object) - Method in class org.apache.bval.BeanValidationContext
-
Set the property value, fixed.
- setFixedValue(Object) - Method in interface org.apache.bval.jsr303.GroupValidationContext
-
Set a fixed value for the context.
- setFractional(int) - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- setFractional(int) - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- setGroups(Class<?>[]) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Configure the well-known JSR303 "groups" element.
- setGroups(GroupsType) - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Sets the value of the groups property.
- setGroupSequence(GroupSequenceType) - Method in class org.apache.bval.jsr303.xml.ClassType
-
Sets the value of the groupSequence property.
- setHidden(Boolean) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setId(String) - Method in class org.apache.bval.model.MetaBean
-
Set the id.
- setId(String) - Method in class org.apache.bval.xml.XMLMetaBean
-
- setId(String) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- setId(String) - Method in class org.apache.bval.xml.XMLMetaValidator
-
- setIgnoreAnnotations(Boolean) - Method in class org.apache.bval.jsr303.xml.BeanType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.apache.bval.jsr303.xml.ClassType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.apache.bval.jsr303.xml.FieldType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.apache.bval.jsr303.xml.GetterType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotationsOnClass(Class<?>, boolean) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Record the ignore state of a particular class.
- setIgnoreAnnotationsOnMember(Member) - Method in class org.apache.bval.jsr303.xml.AnnotationIgnores
-
Ignore annotations on a particular
Member
of a class.
- setImpl(String) - Method in class org.apache.bval.xml.XMLMetaBean
-
- setIncludeExistingValidators(Boolean) - Method in class org.apache.bval.jsr303.xml.ValidatedByType
-
Sets the value of the includeExistingValidators property.
- setIndex(int) - Method in class org.apache.bval.jsr303.extensions.ParameterDescriptorImpl
-
Set the index of the referenced parameter.
- setIndex(Integer) - Method in class org.apache.bval.jsr303.util.NodeImpl
-
Set the index of this node, implying inIterable
.
- setInIterable(boolean) - Method in class org.apache.bval.jsr303.util.NodeImpl
-
Set whether this node represents a contained value of an
Iterable
or
Map
.
- setIntegral(int) - Method in class org.apache.bval.constraints.DigitsValidatorForNumber
-
- setIntegral(int) - Method in class org.apache.bval.constraints.DigitsValidatorForString
-
- setJava(String) - Method in class org.apache.bval.xml.XMLMetaValidator
-
- setJsFunction(String) - Method in class org.apache.bval.xml.XMLMetaValidator
-
- setKey(Object) - Method in class org.apache.bval.jsr303.util.NodeImpl
-
Set the map key of this node, implying inIterable
.
- setKey(String) - Method in class org.apache.bval.xml.XMLMetaFeature
-
- setListener(T) - Method in class org.apache.bval.BeanValidationContext
-
Set the listener.
- setLocale(Locale) - Method in class org.apache.bval.jsr303.DefaultMessageInterpolator
-
- setManager(MetaBeanManager) - Static method in class org.apache.bval.MetaBeanManagerFactory
-
set global meta bean manager, that is responsible
for finding, caching, xml registry and enrichment algorithm.
- setManager(XMLMetaBeanManager) - Static method in class org.apache.bval.xml.XMLMetaBeanManagerFactory
-
set global meta bean manager, that is responsible
for finding, caching, xml registry and enrichment algorithm.
- setMandatory(boolean) - Method in class org.apache.bval.model.MetaProperty
-
Set this property as being mandatory (or not).
- setMandatory(String) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setMaxLength(Integer) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setMaxValue(Integer) - Method in class org.apache.bval.xml.XMLMetaProperty
-
- setMessage(String) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Configure the well-known JSR303 "message" element.
- setMessage(String) - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Sets the value of the message property.
- setMessageInterpolator(MessageInterpolator) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Set the MessageInterpolator
used.
- setMessageInterpolator(String) - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Sets the value of the messageInterpolator property.
- setMetaBean(MetaBean) - Method in class org.apache.bval.BeanValidationContext
-
Set the model meta-bean.
- setMetaBean(MetaBean) - Method in class org.apache.bval.model.MetaProperty
-
- setMetaBean(MetaBean) - Method in interface org.apache.bval.model.ValidationContext
-
Set the model meta-bean.
- setMetaProperty(MetaProperty) - Method in class org.apache.bval.BeanValidationContext
-
Set the current meta-property.
- setMetaProperty(MetaProperty) - Method in interface org.apache.bval.model.ValidationContext
-
Set the current meta-property.
- setMinLength(Integer) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setMinValue(Integer) - Method in class org.apache.bval.xml.XMLMetaProperty
-
- setName(String) - Method in class org.apache.bval.jsr303.util.NodeImpl
-
- setName(String) - Method in class org.apache.bval.jsr303.xml.ElementType
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.bval.jsr303.xml.FieldType
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.bval.jsr303.xml.GetterType
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.bval.jsr303.xml.PropertyType
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.bval.model.MetaBean
-
Set the name.
- setName(String) - Method in class org.apache.bval.model.MetaProperty
-
Set the name of this property.
- setName(String) - Method in class org.apache.bval.xml.XMLMetaBean
-
- setName(String) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setPattern(Pattern) - Method in class org.apache.bval.routines.EMailValidation
-
- setPayload(Class<? extends Payload>[]) - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Configure the well-known JSR303 "payload" element.
- setPayload(PayloadType) - Method in class org.apache.bval.jsr303.xml.ConstraintType
-
Sets the value of the payload property.
- setProperties(MetaProperty[]) - Method in class org.apache.bval.model.MetaBean
-
Set the properties.
- setProperties(List<XMLMetaProperty>) - Method in class org.apache.bval.xml.XMLMetaBean
-
- setPropertyValue(Object) - Method in class org.apache.bval.BeanValidationContext
-
Set the current property value.
- setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.apache.bval.jsr303.ConfigurationImpl
-
Set ValidationProvider
class.
- setReadonly(Boolean) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setRefId(String) - Method in class org.apache.bval.xml.XMLMetaValidatorReference
-
- setRegexp(String) - Method in class org.apache.bval.xml.XMLMetaProperty
-
- setStandardValidation(StandardValidation) - Method in class org.apache.bval.xml.XMLMetaBeanFactory
-
customize the implementation of standardValidation for this builder.
- setTimeLag(String) - Method in class org.apache.bval.xml.XMLMetaProperty
-
- setTraversableResolver(TraversableResolver) - Method in class org.apache.bval.jsr303.ApacheValidatorFactory
-
Set the TraversableResolver
used.
- setTraversableResolver(String) - Method in class org.apache.bval.jsr303.xml.ValidationConfigType
-
Sets the value of the traversableResolver property.
- setTreatMapsLikeBeans(boolean) - Method in class org.apache.bval.BeanValidator
-
- setTreatMapsLikeBeans(boolean) - Method in class org.apache.bval.jsr303.ClassValidator
-
Set whether maps are to be treated like beans.
- setType(Type) - Method in class org.apache.bval.jsr303.util.ValidationContextTraversal
-
Set the type of the expression processed thus far.
- setType(Type) - Method in class org.apache.bval.model.MetaProperty
-
Set the type of this property.
- setType(String) - Method in class org.apache.bval.xml.XMLMetaElement
-
- setValid(String) - Method in class org.apache.bval.jsr303.xml.FieldType
-
Sets the value of the valid property.
- setValid(String) - Method in class org.apache.bval.jsr303.xml.GetterType
-
Sets the value of the valid property.
- setValidatedBy(ValidatedByType) - Method in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
Sets the value of the validatedBy property.
- setValidation(Validation) - Method in class org.apache.bval.xml.XMLMetaValidator
-
- setValidations(Validation[]) - Method in class org.apache.bval.model.FeaturesCapable
-
- setValidators(List<XMLMetaValidatorReference>) - Method in class org.apache.bval.xml.XMLFeaturesCapable
-
- setValidators(List<XMLMetaValidator>) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- setValue(String) - Method in class org.apache.bval.jsr303.xml.PropertyType
-
Sets the value of the value property.
- setValue(Object) - Method in class org.apache.bval.xml.XMLMetaFeature
-
- setVersion(String) - Method in class org.apache.bval.xml.XMLMetaBeanInfos
-
- SimpleTraversableResolver - Class in org.apache.bval.jsr303.resolver
-
Description: traversable resolver that does always resolve.
- SimpleTraversableResolver() - Constructor for class org.apache.bval.jsr303.resolver.SimpleTraversableResolver
-
- size() - Method in class org.apache.bval.jsr303.xml.AnnotationProxyBuilder
-
Get the number of configured elements.
- SizeValidator - Class in org.apache.bval.constraints
-
Description: Abstract validator impl.
- SizeValidator() - Constructor for class org.apache.bval.constraints.SizeValidator
-
- SizeValidatorForArrayOfBoolean - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfBoolean() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfBoolean
-
- SizeValidatorForArrayOfByte - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfByte() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfByte
-
- SizeValidatorForArrayOfChar - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfChar() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfChar
-
- SizeValidatorForArrayOfDouble - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfDouble() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfDouble
-
- SizeValidatorForArrayOfFloat - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfFloat() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfFloat
-
- SizeValidatorForArrayOfInt - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfInt() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfInt
-
- SizeValidatorForArrayOfLong - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfLong() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfLong
-
- SizeValidatorForArrayOfObject - Class in org.apache.bval.constraints
-
Check that the length of an array is between min and max
- SizeValidatorForArrayOfObject() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfObject
-
- SizeValidatorForArrayOfShort - Class in org.apache.bval.constraints
-
- SizeValidatorForArrayOfShort() - Constructor for class org.apache.bval.constraints.SizeValidatorForArrayOfShort
-
- SizeValidatorForCollection - Class in org.apache.bval.constraints
-
Check that a Collection's size is between min and max.
- SizeValidatorForCollection() - Constructor for class org.apache.bval.constraints.SizeValidatorForCollection
-
- SizeValidatorForMap - Class in org.apache.bval.constraints
-
Check that a Map's size is between min and max.
- SizeValidatorForMap() - Constructor for class org.apache.bval.constraints.SizeValidatorForMap
-
- SizeValidatorForString - Class in org.apache.bval.constraints
-
Check that a string's length is between min and max.
- SizeValidatorForString() - Constructor for class org.apache.bval.constraints.SizeValidatorForString
-
- StandardValidation - Class in org.apache.bval.routines
-
Description: This class implements the standard validations for properties!
You can subclass this class and replace the implementation
in the beanInfo-xml by providing it a validation "standard"
- StandardValidation() - Constructor for class org.apache.bval.routines.StandardValidation
-
- Symlink - Annotation Type in org.apache.bval.extras.constraints.file
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- SymlinkValidator - Class in org.apache.bval.extras.constraints.file
-
Description:
- SymlinkValidator() - Constructor for class org.apache.bval.extras.constraints.file.SymlinkValidator
-
- valid - Variable in class org.apache.bval.jsr303.xml.FieldType
-
- valid - Variable in class org.apache.bval.jsr303.xml.GetterType
-
- validate(Object) - Method in class org.apache.bval.BeanValidator
-
Convenience API.
- validate(Object, MetaBean) - Method in class org.apache.bval.BeanValidator
-
Convenience API.
- validate() - Method in class org.apache.bval.jsr303.ClassValidator.Jsr303ValidationCallback
-
- validate(T, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates all constraints on object
.
- validate(ValidationContext<L>) - Method in class org.apache.bval.jsr303.ConstraintValidation
-
Perform a single validation routine.
- validate(ValidationContext<T>) - Method in interface org.apache.bval.model.Validation
-
Perform a single validation routine.
- validate(ValidationContext<T>) - Method in class org.apache.bval.routines.EMailValidation
-
- validate(ValidationContext<T>) - Method in class org.apache.bval.routines.NOPValidation
-
- validate(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validate() - Method in interface org.apache.bval.util.ValidationHelper.ValidateCallback
-
- Validate - Annotation Type in org.apache.bval
-
Description: Annotate an element (parameter) to be validated.
- validateArrayInContext(ValidationContext<VL>, ValidationHelper.ValidateCallback) - Static method in class org.apache.bval.util.ValidationHelper
-
Iterates the values of an array, setting the current context
appropriately and validating each value.
- validateBean(ValidationContext<VL>) - Static method in class org.apache.bval.util.ValidationHelper
-
Validate a single bean only, no related beans will be validated.
- validateBeanInContext(ValidationContext<VL>, ValidationHelper.ValidateCallback) - Static method in class org.apache.bval.util.ValidationHelper
-
Validates a single object.
- validateBeanNet(ValidationContext<VL>) - Method in class org.apache.bval.BeanValidator
-
internal validate a bean (=not a collection of beans) and
its related beans
- validateBeanNet(GroupValidationContext<?>) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates a bean and all its cascaded related beans for the currently defined group.
- validateCall(Method, Object[]) - Method in class org.apache.bval.BeanValidator
-
Validate the method parameters based on @Validate annotations.
- validateConstraintDefinition(Annotation) - Static method in class org.apache.bval.jsr303.util.ConstraintDefinitionValidator
-
Ensures that the constraint definition is valid.
- validateContext(ValidationContext<?>, ValidationHelper.ValidateCallback, boolean) - Static method in class org.apache.bval.util.ValidationHelper
-
validate a complex 'bean' with related beans according to
validation rules in 'metaBean'
- validatedBy - Variable in class org.apache.bval.jsr303.xml.ConstraintDefinitionType
-
- ValidatedByType - Class in org.apache.bval.jsr303.xml
-
Java class for validated-byType complex type.
- ValidatedByType() - Constructor for class org.apache.bval.jsr303.xml.ValidatedByType
-
- validatedObjects - Variable in class org.apache.bval.BeanValidationContext
-
set of objects already validated to avoid endless loops.
- validateGroupContext(GroupValidationContext<?>) - Method in class org.apache.bval.jsr303.ConstraintValidation
-
- validateIterableInContext(ValidationContext<VL>, ValidationHelper.ValidateCallback) - Static method in class org.apache.bval.util.ValidationHelper
-
Iterates the values of an
Iterable
object, setting the current
context appropriately and validating each value.
- validateMandatory(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateMapInContext(ValidationContext<VL>, ValidationHelper.ValidateCallback) - Static method in class org.apache.bval.util.ValidationHelper
-
Iterates the values of a
Map
, setting the current context
appropriately and validating each value.
- validateMaxLength(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateMaxValue(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateMinLength(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateMinValue(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateOn(Class<A>) - Method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Verify that this attribute is validly defined on the given type.
- validateParameter(Class<T>, Method, Object, int, Class<?>...) - Method in interface org.apache.bval.jsr303.extensions.MethodValidator
-
Validate the parameter value based on the constraints described on
the parameterIndex-th parameter of method
.
- validateParameter(Class<T>, Constructor<T>, Object, int, Class<?>...) - Method in interface org.apache.bval.jsr303.extensions.MethodValidator
-
Validate the parameter value based on the constraints described on
the parameterIndex-th parameter of constructor
.
- validateParameters(Class<T>, Method, Object[], Class<?>...) - Method in interface org.apache.bval.jsr303.extensions.MethodValidator
-
Validate each parameter value based on the constraints described on
the parameters of method
.
- validateParameters(Class<T>, Constructor<T>, Object[], Class<?>...) - Method in interface org.apache.bval.jsr303.extensions.MethodValidator
-
Validate each parameter value based on the constraints described on
the parameters of constructor
.
- validateProperty(Object, MetaProperty) - Method in class org.apache.bval.BeanValidator
-
Convenience API.
- validateProperty(T, String, boolean, Class<?>...) - Method in interface org.apache.bval.jsr303.CascadingPropertyValidator
-
Validates all constraints placed on object
's
propertyName
property, with optional validation cascading.
- validateProperty(T, String, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates all constraints placed on the property of object
named
propertyName
.
- validateProperty(T, String, boolean, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates all constraints placed on object
's
propertyName
property, with optional validation cascading.
- validateProperty(ValidationContext<VL>) - Static method in class org.apache.bval.util.ValidationHelper
-
Validate a single property only.
- validateRegExp(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateRelatedBean(ValidationContext<VL>, MetaProperty) - Method in class org.apache.bval.BeanValidator
-
Validate a property of a graph.
- validateReturnedValue(Class<T>, Method, Object, Class<?>...) - Method in interface org.apache.bval.jsr303.extensions.MethodValidator
-
Validate each parameter value based on the constraints described on
method
.
- validateTimeLag(ValidationContext<T>) - Method in class org.apache.bval.routines.StandardValidation
-
- validateValue(Class<T>, String, Object, boolean, Class<?>...) - Method in interface org.apache.bval.jsr303.CascadingPropertyValidator
-
Validates all constraints placed on object
's
propertyName
property, with optional validation cascading,
given a hypothetical property value
.
- validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates all constraints placed on the property named
propertyName
of the class
beanType
would the property value be
value
ConstraintViolation
objects return null for
ConstraintViolation.getRootBean()
and
ConstraintViolation.getLeafBean()
- validateValue(Class<T>, String, Object, boolean, Class<?>...) - Method in class org.apache.bval.jsr303.ClassValidator
-
Validates all constraints placed on object
's
propertyName
property, with optional validation cascading,
given a hypothetical property value
.
- Validation - Interface in org.apache.bval.model
-
Description: Interface for a single validation
- VALIDATION_XML_PATH - Static variable in interface org.apache.bval.jsr303.ApacheValidatorConfiguration.Properties
-
the location where to look for the validation.xml file.
- ValidationConfigType - Class in org.apache.bval.jsr303.xml
-
Java class for validation-configType complex type.
- ValidationConfigType() - Constructor for class org.apache.bval.jsr303.xml.ValidationConfigType
-
- ValidationContext<T extends ValidationListener> - Interface in org.apache.bval.model
-
Description: Interface of the context that holds all state information
during the validation process
- ValidationContextTraversal - Class in org.apache.bval.jsr303.util
-
- ValidationContextTraversal(ValidationContext<?>) - Constructor for class org.apache.bval.jsr303.util.ValidationContextTraversal
-
- ValidationHelper - Class in org.apache.bval.util
-
Stateless helper methods used by the validators.
- ValidationHelper() - Constructor for class org.apache.bval.util.ValidationHelper
-
- ValidationHelper.ValidateCallback - Interface in org.apache.bval.util
-
- ValidationListener - Interface in org.apache.bval.model
-
Description: The interface to collect errors found during validation
- ValidationListener.Error - Class in org.apache.bval.model
-
An object holding a single validation constraint violation
found during the validation process.
- ValidationMappingParser - Class in org.apache.bval.jsr303.xml
-
Uses JAXB to parse constraints.xml based on validation-mapping-1.0.xsd.
- ValidationMappingParser(ApacheValidatorFactory) - Constructor for class org.apache.bval.jsr303.xml.ValidationMappingParser
-
Create a new ValidationMappingParser instance.
- ValidationParser - Class in org.apache.bval.jsr303.xml
-
Description: uses jaxb to parse validation.xml
- ValidationParser(String) - Constructor for class org.apache.bval.jsr303.xml.ValidationParser
-
Create a new ValidationParser instance.
- ValidationResults - Class in org.apache.bval
-
Description: Implements a contains to hold and transport validation results
- ValidationResults() - Constructor for class org.apache.bval.ValidationResults
-
- validations - Variable in class org.apache.bval.model.FeaturesCapable
-
key = validation id, value = the validation
- validationXmlFile - Variable in class org.apache.bval.jsr303.xml.ValidationParser
-
- VALIDATOR_FACTORY_CLASSNAME - Static variable in interface org.apache.bval.jsr303.ApacheValidatorConfiguration.Properties
-
Specifies the classname of the ValidatorFactory
to use: this
class is presumed have a constructor that accepts a single
ConfigurationState
argument.
- value - Variable in class org.apache.bval.jsr303.xml.GroupSequenceType
-
- value - Variable in class org.apache.bval.jsr303.xml.GroupsType
-
- value - Variable in class org.apache.bval.jsr303.xml.PayloadType
-
- value - Variable in class org.apache.bval.jsr303.xml.PropertyType
-
- value - Variable in class org.apache.bval.jsr303.xml.ValidatedByType
-
- valueOf(String) - Static method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.bval.jsr303.ConstraintAnnotationAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Verhoeff - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- VerhoeffValidator - Class in org.apache.bval.extras.constraints.checkdigit
-
Verhoeff (Dihedral) Check Digit calculation/validation.
- VerhoeffValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
-
- VERSION_NUMBER - Static variable in class org.apache.bval.util.BValVersion
-
Version number
- violationsSize() - Method in class org.apache.bval.jsr303.ConstraintValidationListener
-
Get the count of encountered violations.
- Visa - Annotation Type in org.apache.bval.extras.constraints.creditcard
-
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
- visit(XMLMetaBean, XMLMetaBeanInfos) - Method in interface org.apache.bval.xml.XMLMetaBeanFactory.Visitor
-
- visitXMLBeanMeta(String, XMLMetaBeanFactory.Visitor) - Method in class org.apache.bval.xml.XMLMetaBeanFactory
-