Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.type |
Modifier and Type | Method and Description |
---|---|
TypeVariableInfo |
TypeArgExpression.getVariable() |
Modifier and Type | Method and Description |
---|---|
ParamInfo |
MethodInfo.resolveClassTypeParam(TypeVariableInfo typeVar)
Resolve the method parameter that is of kind
ClassKind.CLASS_TYPE and that matches the specified type variable e.g:<U> Map.Entry<String, U> getEntry(String s, Class<U> type);
returns for <U> the second method parameter. |
TypeArgExpression |
MethodInfo.resolveTypeArg(TypeVariableInfo typeVar) |
Modifier and Type | Method and Description |
---|---|
TypeVariableInfo |
TypeMirrorFactory.create(TypeUse use,
TypeVariable type) |
Copyright © 2021 Eclipse. All rights reserved.