Uses of Interface
de.knightsoftnet.validators.annotation.processor.TypeElementPropertyDescriptor
-
Packages that use TypeElementPropertyDescriptor Package Description de.knightsoftnet.validators.annotation.processor -
-
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).Methods in de.knightsoftnet.validators.annotation.processor with parameters of type TypeElementPropertyDescriptor Modifier and Type Method Description static StringGwtSpecificValidatorClassCreator. asGetter(TypeElementPropertyDescriptor propertyDescriptor)
-