Uses of Package
jakarta.validation.metadata
-
Packages that use jakarta.validation.metadata Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.org.hibernate.validator.constraintvalidation Custom Hibernate Validator specific constraint validation extension classes.org.hibernate.validator.internal.constraintvalidators.bv.time Constraint validator implementations of the Bean Validation time related constraints.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators.org.hibernate.validator.internal.engine.validationcontext Contains various implementation of validation contexts and supporting 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.descriptor Implementation of the Bean Validation meta data API. -
Classes in jakarta.validation.metadata used by jakarta.validation Class Description BeanDescriptor Describes a constrained Java Bean and the constraints associated to it.ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by jakarta.validation.metadata Class Description CascadableDescriptor Represents a cascadable element.ConstraintDescriptor Describes a single constraint and its composing constraints.ConstructorDescriptor Describes a validated constructor.ContainerDescriptor Represents an element that might be a container, thus allowing container element constraints.ContainerElementTypeDescriptor Describes a validated container element type, e.g.CrossParameterDescriptor Describes an element holding cross-parameter constraints of a method or constructorElementDescriptor Describes a validated element (class, property, method etc.).ElementDescriptor.ConstraintFinder Declares restrictions on retrieved constraints.ExecutableDescriptor Provides the common functionality ofMethodDescriptorandConstructorDescriptor.GroupConversionDescriptor A group conversion rule to be applied during cascaded validation.MethodDescriptor Describes a validated method.MethodType Represents the type of a method: getter or non getter.ParameterDescriptor Describes a validated method or constructor parameter.PropertyDescriptor Describes a Java Bean property hosting validation constraints.ReturnValueDescriptor Describes a validated return value of a method or constructor.Scope Scope looked at when discovering constraints.ValidateUnwrappedValue The unwrapping behavior that can be applied to a specific constraint. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.constraintvalidation Class Description ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.constraintvalidators.bv.time Class Description ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.constraintvalidators.hv Class Description ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.engine Class Description BeanDescriptor Describes a constrained Java Bean and the constraints associated to it.ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.engine.constraintvalidation Class Description ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.engine.validationcontext Class Description ConstraintDescriptor Describes a single constraint and its composing constraints. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.metadata.aggregated Class Description BeanDescriptor Describes a constrained Java Bean and the constraints associated to it.ContainerElementTypeDescriptor Describes a validated container element type, e.g.ElementDescriptor Describes a validated element (class, property, method etc.).GroupConversionDescriptor A group conversion rule to be applied during cascaded validation.ParameterDescriptor Describes a validated method or constructor parameter.ReturnValueDescriptor Describes a validated return value of a method or constructor. -
Classes in jakarta.validation.metadata used by org.hibernate.validator.internal.metadata.descriptor Class Description BeanDescriptor Describes a constrained Java Bean and the constraints associated to it.CascadableDescriptor Represents a cascadable element.ConstraintDescriptor Describes a single constraint and its composing constraints.ConstructorDescriptor Describes a validated constructor.ContainerDescriptor Represents an element that might be a container, thus allowing container element constraints.ContainerElementTypeDescriptor Describes a validated container element type, e.g.CrossParameterDescriptor Describes an element holding cross-parameter constraints of a method or constructorElementDescriptor Describes a validated element (class, property, method etc.).ElementDescriptor.ConstraintFinder Declares restrictions on retrieved constraints.ExecutableDescriptor Provides the common functionality ofMethodDescriptorandConstructorDescriptor.GroupConversionDescriptor A group conversion rule to be applied during cascaded validation.MethodDescriptor Describes a validated method.MethodType Represents the type of a method: getter or non getter.ParameterDescriptor Describes a validated method or constructor parameter.PropertyDescriptor Describes a Java Bean property hosting validation constraints.ReturnValueDescriptor Describes a validated return value of a method or constructor.ValidateUnwrappedValue The unwrapping behavior that can be applied to a specific constraint.