Uses of Interface
de.knightsoftnet.validators.annotation.processor.TypeElementPropertyDescriptor
-
-
Uses of TypeElementPropertyDescriptor in de.knightsoftnet.validators.annotation.processor
Classes in de.knightsoftnet.validators.annotation.processor that implement TypeElementPropertyDescriptor Modifier and Type Class Description classTypeElementPropertyDescriptorImplMethods in de.knightsoftnet.validators.annotation.processor that return types with arguments of type TypeElementPropertyDescriptor Modifier and Type Method Description static List<TypeElementPropertyDescriptor>TypeUtils. getTypeElementProperties(TypeMirror typeMirror, Elements elementUtils)Returns a set of type element property descriptors having at least one constraint defined or marked as cascaded (Valid).
-