static List<TypeElementConstraintDescriptor<?>> |
TypeElementConstraintDescriptorImpl.createComposingConstraintsForElement(Element element,
Elements elementUtils,
org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind constraintLocationKind,
Map<String,Map<String,Map.Entry<? extends ExecutableElement,? extends AnnotationValue>>> overridesMap) |
create composing constraints for element.
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementConstraintDescriptor.getComposingConstraints() |
Return a set of composing ConstraintDescriptors where each descriptor describes a
composing constraint.
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementConstraintDescriptorImpl.getComposingConstraints() |
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementPropertyDescriptor.getConstrainedContainerElementTypes() |
If this element is of a container type, e.g.
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementPropertyDescriptorImpl.getConstrainedContainerElementTypes() |
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementPropertyDescriptor.getConstraintDescriptors() |
Returns all constraint descriptors for this element in the class hierarchy or an empty
Set if none are present.
|
List<TypeElementConstraintDescriptor<?>> |
TypeElementPropertyDescriptorImpl.getConstraintDescriptors() |
|
static List<TypeElementConstraintDescriptor<?>> |
TypeUtils.getTypeElementConstraintDescriptors(TypeMirror typeMirror,
Elements elementUtils) |
Returns all constraint descriptors for this element in the class hierarchy or an empty
Set if none are present.
|