Package | Description |
---|---|
javax.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.
|
Modifier and Type | Method and Description |
---|---|
Set<ContainerElementTypeDescriptor> |
ContainerDescriptor.getConstrainedContainerElementTypes()
If this element is of a container type, e.g.
|
Modifier and Type | Method and Description |
---|---|
protected Set<ContainerElementTypeDescriptor> |
AbstractConstraintMetaData.asContainerElementTypeDescriptors(Set<MetaConstraint<?>> containerElementsConstraints,
CascadingMetaData cascadingMetaData,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerElementTypeDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
Set<ContainerElementTypeDescriptor> |
ContainerElementTypeDescriptorImpl.getConstrainedContainerElementTypes() |
Set<ContainerElementTypeDescriptor> |
ParameterDescriptorImpl.getConstrainedContainerElementTypes() |
Set<ContainerElementTypeDescriptor> |
PropertyDescriptorImpl.getConstrainedContainerElementTypes() |
Set<ContainerElementTypeDescriptor> |
ReturnValueDescriptorImpl.getConstrainedContainerElementTypes() |
Constructor and Description |
---|
ContainerElementTypeDescriptorImpl(Type type,
Class<?> containerClass,
Integer typeArgumentIndex,
Set<ConstraintDescriptorImpl<?>> constraints,
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
ParameterDescriptorImpl(Type type,
int index,
String name,
Set<ConstraintDescriptorImpl<?>> constraints,
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
PropertyDescriptorImpl(Type returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
ReturnValueDescriptorImpl(Type returnType,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.