public class ProcessingEnvironmentWrapper.CustomTypeMirror extends Object implements ProcessingEnvironmentWrapper.RTypeMirror
| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotationMirror> |
annotationMirrors |
protected TypeKind |
kind |
protected String |
stringValue |
| Constructor and Description |
|---|
CustomTypeMirror() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
TypeKind |
getKind() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected TypeKind kind
protected List<AnnotationMirror> annotationMirrors
protected String stringValue
public String toString()
toString in interface TypeMirrortoString in class Objectpublic TypeKind getKind()
getKind in interface TypeMirrorpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic List<? extends AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface AnnotatedConstructpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface AnnotatedConstructpublic <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
getAnnotationsByType in interface AnnotatedConstructCopyright © 2022. All Rights Reserved.