| Package | Description |
|---|---|
| com.webcohesion.enunciate.javac.decorations | |
| com.webcohesion.enunciate.javac.decorations.type |
| Modifier and Type | Method and Description |
|---|---|
static DecoratedTypeMirror |
Annotations.mirrorOf(Callable<Class<?>> annotationValueFunction,
DecoratedProcessingEnvironment env) |
static DecoratedTypeMirror |
Annotations.mirrorOf(Callable<Class<?>> annotationValueFunction,
DecoratedProcessingEnvironment env,
Class<?> emptyClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMirrorDecoration.applyTo(DecoratedTypeMirror mirror)
Apply this decoration to the given decorated type mirror.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratedArrayType |
class |
DecoratedDeclaredType
A decorated declared type provides a property for getting its actual type parameters as a list
(so they can be accessed with the [] operator in expression language).
|
class |
DecoratedErrorType
A decorated declared type provides a property for getting its actual type parameters as a list
(so they can be accessed with the [] operator in expression language).
|
class |
DecoratedExecutableType
A decorated declared type provides a property for getting its actual type parameters as a list
(so they can be accessed with the [] operator in expression language).
|
class |
DecoratedNoType |
class |
DecoratedNullType |
class |
DecoratedPrimitiveType
A decorated type mirror provides:
A string property denoting the java keyword for its
kind. |
class |
DecoratedReferenceType<T extends ReferenceType> |
class |
DecoratedTypeVariable |
class |
DecoratedWildcardType |
| Modifier and Type | Method and Description |
|---|---|
static DecoratedTypeMirror |
TypeMirrorUtils.getComponentType(DecoratedTypeMirror typeMirror,
DecoratedProcessingEnvironment env) |
static DecoratedTypeMirror |
TypeMirrorUtils.mirrorOf(Class<?> clazz,
ProcessingEnvironment env) |
static DecoratedTypeMirror |
TypeMirrorUtils.mirrorOf(String typeName,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
static DecoratedTypeMirror |
TypeMirrorUtils.getComponentType(DecoratedTypeMirror typeMirror,
DecoratedProcessingEnvironment env) |
Copyright © 2006-2016–2017. All rights reserved.