Package | Description |
---|---|
io.vertx.codegen.type |
Modifier and Type | Method and Description |
---|---|
static TypeUse |
TypeUse.createTypeUse(AnnotatedType... reflectTypes)
Create a type use for reflect types.
|
static TypeUse |
TypeUse.createTypeUse(TypeMirror... modelTypes)
Create a type use for model types.
|
abstract TypeUse |
TypeUse.getArg(int index)
Return the type use of a type argument of the underlying type.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
TypeMirrorFactory.create(TypeUse use,
DeclaredType type) |
TypeInfo |
TypeMirrorFactory.create(TypeUse use,
TypeMirror type) |
TypeVariableInfo |
TypeMirrorFactory.create(TypeUse use,
TypeVariable type) |
Copyright © 2017. All rights reserved.