Uses of Package
jakarta.validation
Packages that use jakarta.validation
Package
Description
Top level package of the Jakarta Bean Validation API.
Package containing bootstrap specific objects.
Contains all the Jakarta Bean Validation provided constraints
also called built-in constraints.
Package related to the control and execution of executable validation.
Package containing all objects specifically used and returned by the
metadata API.
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
Package containing objects dedicated to extract values to validate from containers.
Support for integrating Jakarta Bean Validation.
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
Classes for enabling Bean Validation CDI integration.
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
Hibernate Validator specific constraints.
Hibernate Validator Brazilian constraints.
Hibernate Validator Polish constraints.
Hibernate Validator Russian constraints.
Hibernate Validator
Duration constraints.Custom Hibernate Validator specific constraint validation extension classes.
Implementations of the Bean Validation built-in constraints.
Implementations of the Bean Validation
NotEmpty constraint.Contains
ConstraintValidator implementations for
min and max constraints for numbers.Contains
ConstraintValidator implementations for
Positive, PositiveOrZero,
Negative and NegativeOrZero
constraints.Implementations of the Bean Validation
Size constraint.Constraint validator implementations of the Bean Validation time related constraints.
Constraint validator implementations of the Bean Validation
Future constraint.Constraint validator implementations of the Bean Validation
FutureOrPresent constraint.Constraint validator implementations of the Bean Validation
Past constraint.Constraint validator implementations of the Bean Validation
PastOrPresent constraint.Implementations of Hibernate Validator specific constraints.
Implementations for the core interfaces of Jakarta Bean Validation.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
Helper classes for the processing of groups.
Helper classes for message interpolation.
Classes related to parsing a message descriptor and extracting interpolation terms.
Classes related to the Path.Node API.
Various implementations of the TraversableResolver interface.
Contains various implementation of validation contexts and supporting classes.
The classes in this package contain the aggregated meta data needed for an actual validation.
Implementation of the Bean Validation meta data API.
Independent helper classes.
Annotation proxy and descriptor.
Logging classes.
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
Custom Hibernate Validator
jakarta.validation.ParameterNameProvider implementations.Hibernate Validator extensions around
jakarta.validation.Path.This package provides support for customization of the script evaluation for
ScriptAssert
and ParameterScriptAssert constraints.-
Classes in jakarta.validation used by jakarta.validationClassDescriptionRepresents the user specified default configuration in
META-INF/validation.xml.Contract for obtaining theClockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriateValidatorFactory.Exception raised if a constraint declaration is not legal.Defines the constraint target.Defines the logic to validate a given constraintAfor a given object typeT.Provides contextual data and operation when applying a given constraint validator.ConstraintViolationbuilder allowing to optionally associate the violation report to a sub path.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContextRepresents a container element node whose context is configurable (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents a container element node whose context is known (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents refinement choices for a container element node.Represents a node whose context is configurable (i.e. index, key and isInIterable) and that is a leaf node (i.e. no subnode can be added).Represents a node whose context is known (i.e. index, key and isInIterable) and that is a leaf node (i.e. no subnode can be added).Represents refinement choices for a node which is in an iterable, e.g. array,IterableorMap.Represents a node whose context is configurable (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents a node whose context is known (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents refinement choices for a node which is in an iterable, e.g. array,IterableorMap.Instantiates aConstraintValidatorinstance based off its class.Describes a constraint violation.Enum of possible kinds of elements encountered in Jakarta Bean Validation.Interpolates a given constraint violation message.Information related to the interpolation context.Provides names for method and constructor parameters.Represents the navigation path from an object to another in an object graph.Represents an element of a navigation path.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Base exception of all Jakarta Bean Validation "unexpected" problems.Validates bean instances.Represents the context that is used to createValidatorinstances.Factory returning initializedValidatorinstances. -
Classes in jakarta.validation used by jakarta.validation.bootstrapClassDescriptionReceives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriate
ValidatorFactory.Determines the list of Jakarta Bean Validation providers available in the runtime environment -
Classes in jakarta.validation used by jakarta.validation.constraints
-
Classes in jakarta.validation used by jakarta.validation.executable
-
Classes in jakarta.validation used by jakarta.validation.metadataClassDescriptionDefines the constraint target.Defines the logic to validate a given constraint
Afor a given object typeT.Payload type that can be attached to a given constraint declaration. -
Classes in jakarta.validation used by jakarta.validation.spiClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriateValidatorFactory.Instantiates aConstraintValidatorinstance based off its class.Interpolates a given constraint violation message.Provides names for method and constructor parameters.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Determines the list of Jakarta Bean Validation providers available in the runtime environmentFactory returning initializedValidatorinstances. -
Classes in jakarta.validation used by jakarta.validation.valueextractionClassDescriptionPayload type that can be attached to a given constraint declaration.Base exception of all Jakarta Bean Validation "unexpected" problems.
-
Classes in jakarta.validation used by org.apache.cxf.validationClassDescriptionInstantiates a
ConstraintValidatorinstance based off its class.Describes a constraint violation.Reports the result of constraint violations.Interpolates a given constraint violation message.Provides names for method and constructor parameters.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Base exception of all Jakarta Bean Validation "unexpected" problems.Determines the list of Jakarta Bean Validation providers available in the runtime environmentValidates bean instances.Factory returning initializedValidatorinstances. -
Classes in jakarta.validation used by org.hibernate.boot.beanvalidationClassDescriptionRepresents the navigation path from an object to another in an object graph.Represents an element of a navigation path.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Factory returning initialized
Validatorinstances. -
Classes in jakarta.validation used by org.hibernate.validatorClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriateValidatorFactory.Instantiates aConstraintValidatorinstance based off its class.Interpolates a given constraint violation message.Provides names for method and constructor parameters.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Represents the context that is used to createValidatorinstances.Factory returning initializedValidatorinstances. -
Classes in jakarta.validation used by org.hibernate.validator.cdi.internalClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Instantiates aConstraintValidatorinstance based off its class.Validates bean instances.Factory returning initializedValidatorinstances. -
Classes in jakarta.validation used by org.hibernate.validator.cdi.internal.util
-
Classes in jakarta.validation used by org.hibernate.validator.cfg.contextClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.constraintsClassDescriptionMarks an annotation as being a Jakarta Bean Validation constraint.A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
-
Classes in jakarta.validation used by org.hibernate.validator.constraints.brClassDescriptionMarks an annotation as being a Jakarta Bean Validation constraint.A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
-
Classes in jakarta.validation used by org.hibernate.validator.constraints.plClassDescriptionMarks an annotation as being a Jakarta Bean Validation constraint.A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
-
Classes in jakarta.validation used by org.hibernate.validator.constraints.ruClassDescriptionMarks an annotation as being a Jakarta Bean Validation constraint.A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
-
Classes in jakarta.validation used by org.hibernate.validator.constraints.timeClassDescriptionMarks an annotation as being a Jakarta Bean Validation constraint.A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
-
Classes in jakarta.validation used by org.hibernate.validator.constraintvalidationClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Defines the logic to validate a given constraintAfor a given object typeT.Provides contextual data and operation when applying a given constraint validator.ConstraintViolationbuilder allowing to optionally associate the violation report to a sub path. -
Classes in jakarta.validation used by org.hibernate.validator.constraintvalidatorsClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.engine
-
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidatorsClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bvClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.moneyClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.notemptyClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.number.boundClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimalClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.number.signClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.sizeClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.timeClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.time.futureClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresentClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.time.pastClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.hvClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.hv.brClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.hv.plClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.hv.ruClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.constraintvalidators.hv.timeClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides contextual data and operation when applying a given constraint validator. -
Classes in jakarta.validation used by org.hibernate.validator.internal.engineClassDescriptionRepresents the user specified default configuration in
META-INF/validation.xml.Contract for obtaining theClockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriateValidatorFactory.Instantiates aConstraintValidatorinstance based off its class.Describes a constraint violation.Interpolates a given constraint violation message.Information related to the interpolation context.Provides names for method and constructor parameters.Represents the navigation path from an object to another in an object graph.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Validates bean instances.Represents the context that is used to createValidatorinstances.Factory returning initializedValidatorinstances. -
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.constraintvalidationClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Defines the logic to validate a given constraintAfor a given object typeT.Provides contextual data and operation when applying a given constraint validator.ConstraintViolationbuilder allowing to optionally associate the violation report to a sub path.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContextRepresents a container element node whose context is configurable (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents a container element node whose context is known (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents a node whose context is configurable (i.e. index, key and isInIterable) and that is a leaf node (i.e. no subnode can be added).Represents a node whose context is known (i.e. index, key and isInIterable) and that is a leaf node (i.e. no subnode can be added).Represents a node whose context is configurable (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Represents a node whose context is known (i.e. index, key and isInIterable) and that is not necessarily a leaf node (i.e. subnodes can be added).Instantiates aConstraintValidatorinstance based off its class. -
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.groups
-
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.messageinterpolation
-
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.messageinterpolation.parserClassDescriptionBase exception of all Jakarta Bean Validation "unexpected" problems.
-
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.pathClassDescriptionEnum of possible kinds of elements encountered in Jakarta Bean Validation.Represents the navigation path from an object to another in an object graph.Node representing a bean.Node representing a constructor.Node representing an element in a generic container such as
Optional,ListorMap.Node representing the element holding cross-parameter constraints of a method or constructor.Node representing a method.Represents an element of a navigation path.Node representing a parameter of a method or constructor.Node representing a property.Node representing the return value of a method or constructor. -
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.resolverClassDescriptionRepresents the navigation path from an object to another in an object graph.Represents an element of a navigation path.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.
-
Classes in jakarta.validation used by org.hibernate.validator.internal.engine.validationcontextClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Instantiates aConstraintValidatorinstance based off its class.Describes a constraint violation.Interpolates a given constraint violation message.Represents the navigation path from an object to another in an object graph.Contract determining if a property can be accessed by the Jakarta Bean Validation provider. -
Classes in jakarta.validation used by org.hibernate.validator.internal.metadata.aggregatedClassDescriptionEnum of possible kinds of elements encountered in Jakarta Bean Validation.
-
Classes in jakarta.validation used by org.hibernate.validator.internal.metadata.descriptorClassDescriptionDefines the constraint target.Defines the logic to validate a given constraint
Afor a given object typeT.Payload type that can be attached to a given constraint declaration. -
Classes in jakarta.validation used by org.hibernate.validator.internal.utilClassDescriptionDefines the logic to validate a given constraint
Afor a given object typeT.Provides names for method and constructor parameters. -
Classes in jakarta.validation used by org.hibernate.validator.internal.util.annotationClassDescriptionDefines the constraint target.Payload type that can be attached to a given constraint declaration.
-
Classes in jakarta.validation used by org.hibernate.validator.internal.util.loggingClassDescriptionContract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Exception raised if a constraint declaration is not legal.Exception raised if a constraint definition is not legal.Defines the constraint target.Defines the logic to validate a given constraintAfor a given object typeT.Instantiates aConstraintValidatorinstance based off its class.Enum of possible kinds of elements encountered in Jakarta Bean Validation.Exception raised if a group definition is not legal.Interpolates a given constraint violation message.Provides names for method and constructor parameters.Represents the navigation path from an object to another in an object graph.Contract determining if a property can be accessed by the Jakarta Bean Validation provider.Exception raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.Base exception of all Jakarta Bean Validation "unexpected" problems. -
Classes in jakarta.validation used by org.hibernate.validator.internal.xml.configClassDescriptionRepresents the user specified default configuration in
META-INF/validation.xml.Contract for obtaining theClockused as the reference fornowwhen validating the@Futureand@Pastconstraints.Instantiates aConstraintValidatorinstance based off its class.Interpolates a given constraint violation message.Provides names for method and constructor parameters.Contract determining if a property can be accessed by the Jakarta Bean Validation provider. -
Classes in jakarta.validation used by org.hibernate.validator.messageinterpolationClassDescriptionInterpolates a given constraint violation message.Information related to the interpolation context.Represents the navigation path from an object to another in an object graph.
-
Classes in jakarta.validation used by org.hibernate.validator.parameternameprovider
-
Classes in jakarta.validation used by org.hibernate.validator.pathClassDescriptionNode representing an element in a generic container such as
Optional,ListorMap.Represents an element of a navigation path.Node representing a property. -
Classes in jakarta.validation used by org.hibernate.validator.spi.scriptingClassDescriptionBase exception of all Jakarta Bean Validation "unexpected" problems.
-
Classes in jakarta.validation used by org.jboss.resteasy.api.validationClassDescriptionDescribes a constraint violation.Reports the result of constraint violations.Base exception of all Jakarta Bean Validation "unexpected" problems.
-
Classes in jakarta.validation used by org.jboss.resteasy.plugins.validationClassDescriptionDescribes a constraint violation.Reports the result of constraint violations.Interpolates a given constraint violation message.Information related to the interpolation context.Base exception of all Jakarta Bean Validation "unexpected" problems.Validates bean instances.Factory returning initialized
Validatorinstances. -
Classes in jakarta.validation used by org.jboss.resteasy.plugins.validation.i18n
-
Classes in jakarta.validation used by org.jboss.resteasy.resteasy_jaxrs.i18nClassDescriptionEnum of possible kinds of elements encountered in Jakarta Bean Validation.