Uses of Interface
jakarta.validation.metadata.ElementDescriptor
Packages that use ElementDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
The classes in this package contain the aggregated meta data needed for an actual validation.
Implementation of the Bean Validation meta data API.
-
Uses of ElementDescriptor in jakarta.validation.metadata
Subinterfaces of ElementDescriptor in jakarta.validation.metadataModifier and TypeInterfaceDescriptioninterfaceDescribes a constrained Java Bean and the constraints associated to it.interfaceDescribes a validated constructor.interfaceDescribes a validated container element type, e.g. the element type ofListif it hosts at least one constraint or is marked withValid.interfaceDescribes an element holding cross-parameter constraints of a method or constructorinterfaceProvides the common functionality ofMethodDescriptorandConstructorDescriptor.interfaceDescribes a validated method.interfaceDescribes a validated method or constructor parameter.interfaceDescribes a Java Bean property hosting validation constraints.interfaceDescribes a validated return value of a method or constructor. -
Uses of ElementDescriptor in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ElementDescriptorModifier and TypeMethodDescriptionConstraintMetaData.asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) Returns this meta data object's corresponding representation in the descriptor model. -
Uses of ElementDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement ElementDescriptorModifier and TypeClassDescriptionclassDescribes a validated bean.classDescribes a validated type class-level constraints.classclassDescribes cross-parameters.classDescribes a validated element (class, field or property).classDescribes a validated constructor or method.classDescribes a validated method parameter.classDescribes a validated property.class