Uses of Interface
jakarta.validation.metadata.ContainerElementTypeDescriptor
Packages that use ContainerElementTypeDescriptor
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 ContainerElementTypeDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ContainerElementTypeDescriptorModifier and TypeMethodDescriptionContainerDescriptor.getConstrainedContainerElementTypes()If this element is of a container type, e.g. -
Uses of ContainerElementTypeDescriptor in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type ContainerElementTypeDescriptorModifier and TypeMethodDescriptionprotected Set<ContainerElementTypeDescriptor>AbstractConstraintMetaData.asContainerElementTypeDescriptors(Set<MetaConstraint<?>> containerElementsConstraints, CascadingMetaData cascadingMetaData, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) -
Uses of ContainerElementTypeDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement ContainerElementTypeDescriptorMethods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ContainerElementTypeDescriptorModifier and TypeMethodDescriptionContainerElementTypeDescriptorImpl.getConstrainedContainerElementTypes()ParameterDescriptorImpl.getConstrainedContainerElementTypes()PropertyDescriptorImpl.getConstrainedContainerElementTypes()ReturnValueDescriptorImpl.getConstrainedContainerElementTypes()