Class ApUtils
- java.lang.Object
-
- de.knightsoftnet.validators.annotation.processor.ApUtils
-
public class ApUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApUtils.GetClassValue
-
Constructor Summary
Constructors Constructor Description ApUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<? extends TypeMirror>getTypeMirrorFromAnnotationValue(ApUtils.GetClassValue classValue)get type mirror from annotation value.
-
-
-
Method Detail
-
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
-
-