Class AnnotationUtils
- java.lang.Object
-
- com.cosium.openapi.annotation_processor.parser.utils.AnnotationUtils
-
public class AnnotationUtils extends Object
Created on 17/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Constructor Summary
Constructors Constructor Description AnnotationUtils(Types typeUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends Annotation>
TypeMirrorextractType(A annotation, Function<A,Class<?>> extractor)<A extends Annotation>
TypeElementextractTypeElement(A annotation, Function<A,Class<?>> extractor)
-
-
-
Constructor Detail
-
AnnotationUtils
public AnnotationUtils(Types typeUtils)
-
-
Method Detail
-
extractTypeElement
public <A extends Annotation> TypeElement extractTypeElement(A annotation, Function<A,Class<?>> extractor)
-
extractType
public <A extends Annotation> TypeMirror extractType(A annotation, Function<A,Class<?>> extractor)
-
-