Class ApUtils
java.lang.Object
de.knightsoftnet.validators.annotation.processor.ApUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<? extends TypeMirror>get type mirror from annotation value.
-
Constructor Details
-
ApUtils
public ApUtils()
-
-
Method Details
-
getTypeMirrorFromAnnotationValue
public static List<? extends TypeMirror> getTypeMirrorFromAnnotationValue(ApUtils.GetClassValue classValue) get type mirror from annotation value.- Parameters:
classValue- class value- Returns:
- list of type mirrors
-