Uses of Interface
jakarta.validation.metadata.ElementDescriptor
-
Packages that use ElementDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.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. -
-
Uses of ElementDescriptor in jakarta.validation.metadata
Subinterfaces of ElementDescriptor in jakarta.validation.metadata Modifier and Type Interface Description interfaceBeanDescriptorDescribes a constrained Java Bean and the constraints associated to it.interfaceConstructorDescriptorDescribes a validated constructor.interfaceContainerElementTypeDescriptorDescribes a validated container element type, e.g.interfaceCrossParameterDescriptorDescribes an element holding cross-parameter constraints of a method or constructorinterfaceExecutableDescriptorProvides the common functionality ofMethodDescriptorandConstructorDescriptor.interfaceMethodDescriptorDescribes a validated method.interfaceParameterDescriptorDescribes a validated method or constructor parameter.interfacePropertyDescriptorDescribes a Java Bean property hosting validation constraints.interfaceReturnValueDescriptorDescribes 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 ElementDescriptor Modifier and Type Method Description ElementDescriptorConstraintMetaData. 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 ElementDescriptor Modifier and Type Class Description classBeanDescriptorImplDescribes a validated bean.classClassDescriptorImplDescribes a validated type class-level constraints.classContainerElementTypeDescriptorImplclassCrossParameterDescriptorImplDescribes cross-parameters.classElementDescriptorImplDescribes a validated element (class, field or property).classExecutableDescriptorImplDescribes a validated constructor or method.classParameterDescriptorImplDescribes a validated method parameter.classPropertyDescriptorImplDescribes a validated property.classReturnValueDescriptorImpl
-