| Package | Description |
|---|---|
| com.webcohesion.enunciate.javac.decorations.type |
| Modifier and Type | Class and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static DecoratedDeclaredType |
TypeMirrorUtils.collectionType(DecoratedProcessingEnvironment env) |
static DecoratedDeclaredType |
TypeMirrorUtils.collectionTypeErasure(DecoratedProcessingEnvironment env) |
static DecoratedDeclaredType |
TypeMirrorUtils.listType(DecoratedProcessingEnvironment env) |
static DecoratedDeclaredType |
TypeMirrorUtils.listTypeErasure(DecoratedProcessingEnvironment env) |
static DecoratedDeclaredType |
TypeMirrorUtils.objectType(DecoratedProcessingEnvironment env) |
Copyright © 2006-2016–2017. All rights reserved.