Class DecoratedReferenceType<T extends ReferenceType>
- java.lang.Object
-
- com.webcohesion.enunciate.javac.decorations.type.DecoratedTypeMirror<T>
-
- com.webcohesion.enunciate.javac.decorations.type.DecoratedReferenceType<T>
-
- All Implemented Interfaces:
AnnotatedConstruct,ReferenceType,TypeMirror
- Direct Known Subclasses:
DecoratedArrayType,DecoratedDeclaredType,DecoratedNullType,DecoratedTypeVariable
public class DecoratedReferenceType<T extends ReferenceType> extends DecoratedTypeMirror<T> implements ReferenceType
- Author:
- Ryan Heaton
-
-
Field Summary
-
Fields inherited from class com.webcohesion.enunciate.javac.decorations.type.DecoratedTypeMirror
delegate, env
-
-
Constructor Summary
Constructors Constructor Description DecoratedReferenceType(T delegate, DecoratedProcessingEnvironment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInstanceOf(Class<?> clazz)booleanisInstanceOf(String typeName)booleanisReferenceType()-
Methods inherited from class com.webcohesion.enunciate.javac.decorations.type.DecoratedTypeMirror
accept, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getDeferredDocComment, getDelegate, getDocComment, getDocValue, getDocValue, getKind, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInstanceOf, isInterface, isList, isNull, isPrimitive, isStream, isTypeVariable, isVoid, isWildcard, setDeferredDocComment, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
-
-
-
Constructor Detail
-
DecoratedReferenceType
public DecoratedReferenceType(T delegate, DecoratedProcessingEnvironment env)
-
-
Method Detail
-
isReferenceType
public boolean isReferenceType()
- Overrides:
isReferenceTypein classDecoratedTypeMirror<T extends ReferenceType>
-
isInstanceOf
public boolean isInstanceOf(String typeName)
- Overrides:
isInstanceOfin classDecoratedTypeMirror<T extends ReferenceType>
-
isInstanceOf
public boolean isInstanceOf(Class<?> clazz)
- Overrides:
isInstanceOfin classDecoratedTypeMirror<T extends ReferenceType>
-
-