Uses of Interface
de.knightsoftnet.validators.annotation.processor.TypeElementConstraintDescriptor
Packages that use TypeElementConstraintDescriptor
-
Uses of TypeElementConstraintDescriptor in de.knightsoftnet.validators.annotation.processor
Classes in de.knightsoftnet.validators.annotation.processor that implement TypeElementConstraintDescriptorModifier and TypeClassDescriptionclassMethods in de.knightsoftnet.validators.annotation.processor that return types with arguments of type TypeElementConstraintDescriptorModifier and TypeMethodDescriptionstatic 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.TypeElementConstraintDescriptor.getComposingConstraints()Return a set of composingConstraintDescriptors where each descriptor describes a composing constraint.TypeElementConstraintDescriptorImpl.getComposingConstraints()TypeElementPropertyDescriptor.getConstrainedContainerElementTypes()If this element is of a container type, e.g.TypeElementPropertyDescriptorImpl.getConstrainedContainerElementTypes()TypeElementPropertyDescriptor.getConstraintDescriptors()Returns all constraint descriptors for this element in the class hierarchy or an emptySetif none are present.TypeElementPropertyDescriptorImpl.getConstraintDescriptors()static List<TypeElementConstraintDescriptor<?>>TypeUtils.getTypeElementConstraintDescriptors(TypeMirror typeMirror, Elements elementUtils, Types typeUtils) Returns all constraint descriptors for this element in the class hierarchy or an emptySetif none are present.Methods in de.knightsoftnet.validators.annotation.processor with parameters of type TypeElementConstraintDescriptorModifier and TypeMethodDescriptionprotected TypeMirrorGwtSpecificValidatorClassCreator.getValidatorForType(TypeElementConstraintDescriptor<?> constraint, TypeMirror targetType) Gets the bestConstraintValidator.