Uses of Interface
jakarta.validation.metadata.ContainerElementTypeDescriptor
-
Packages that use ContainerElementTypeDescriptor 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 ContainerElementTypeDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ContainerElementTypeDescriptor Modifier and Type Method Description Set<ContainerElementTypeDescriptor>ContainerDescriptor. 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 ContainerElementTypeDescriptor Modifier and Type Method Description protected 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 ContainerElementTypeDescriptor Modifier and Type Class Description classContainerElementTypeDescriptorImplMethods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ContainerElementTypeDescriptor Modifier and Type Method Description Set<ContainerElementTypeDescriptor>ContainerElementTypeDescriptorImpl. getConstrainedContainerElementTypes()Set<ContainerElementTypeDescriptor>ParameterDescriptorImpl. getConstrainedContainerElementTypes()Set<ContainerElementTypeDescriptor>PropertyDescriptorImpl. getConstrainedContainerElementTypes()Set<ContainerElementTypeDescriptor>ReturnValueDescriptorImpl. getConstrainedContainerElementTypes()
-