Uses of Interface
de.knightsoftnet.validators.annotation.processor.TypeElementPropertyDescriptor
Packages that use TypeElementPropertyDescriptor
-
Uses of TypeElementPropertyDescriptor in de.knightsoftnet.validators.annotation.processor
Classes in de.knightsoftnet.validators.annotation.processor that implement TypeElementPropertyDescriptorMethods in de.knightsoftnet.validators.annotation.processor that return types with arguments of type TypeElementPropertyDescriptorModifier and TypeMethodDescriptionstatic List<TypeElementPropertyDescriptor>TypeUtils.getTypeElementProperties(TypeMirror typeMirror, ProcessingEnvironment processingEnv) Returns a set of type element property descriptors having at least one constraint defined or marked as cascaded (Valid).Methods in de.knightsoftnet.validators.annotation.processor with parameters of type TypeElementPropertyDescriptorModifier and TypeMethodDescriptionstatic StringTypeUtils.getElementName(TypeElementPropertyDescriptor propertyDescription) get element name, even if descriptor is getter, return element name.