Hibernate Validator 4.3.2.Final

Validator Packages 
Package Description
org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
org.hibernate.validator.cfg
Entry point for the programmatic constraint definition API.
org.hibernate.validator.cfg.context
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
org.hibernate.validator.cfg.defs
Constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.br
Hibernate Validator Brazilian constraints.
org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.internal.cfg.context
Creational context implementations of the API for programmatic constraint definition.
org.hibernate.validator.internal.constraintvalidators
Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints.
org.hibernate.validator.internal.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.internal.engine.groups
Helper classes for the processing of groups.
org.hibernate.validator.internal.engine.resolver
Various implementations of the TraversableResolver interface.
org.hibernate.validator.internal.metadata
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
org.hibernate.validator.internal.metadata.aggregated
The classes in this package contain the aggregated meta data needed for an actual validation.
org.hibernate.validator.internal.metadata.core  
org.hibernate.validator.internal.metadata.descriptor
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints.
org.hibernate.validator.internal.metadata.location
Contains types for the representation of constraint locations.
org.hibernate.validator.internal.metadata.provider
Abstraction of the meta data sources - annotation, xml, programmatic
org.hibernate.validator.internal.metadata.raw
The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources.
org.hibernate.validator.internal.util
Independent helper classes.
org.hibernate.validator.internal.util.annotationfactory
Annotation proxy helper.
org.hibernate.validator.internal.util.logging
Logging classes.
org.hibernate.validator.internal.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
org.hibernate.validator.internal.util.scriptengine
Classes related to the evaluation of script with ScriptEngine (JSR-223).
org.hibernate.validator.internal.xml
Classes used to parse Bean Validation XML configuration files.
org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.method
Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
org.hibernate.validator.method.metadata
Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.spi.resourceloading
ResourceBundleLocator interface.
Annotation Processor Packages 
Package Description
org.hibernate.validator.ap
This package contains the main class of Hibernate Validator annotation processor.
org.hibernate.validator.ap.checks
This package contains check implementations used by the annotation processor to verify constraint declarations.
org.hibernate.validator.ap.util
This package contains helper classes.

Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved