public static interface TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod extends TypePool.LazyTypeDescription.GenericTypeToken.Resolution
MethodDescription.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized
An implementation of a tokenized resolution of generic types of a
MethodDescription. |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Malformed, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Raw| Modifier and Type | Method and Description |
|---|---|
GenericTypeList |
resolveExceptionTypes(List<String> exceptionTypeDescriptors,
TypePool typePool,
MethodDescription definingMethod)
Resolves the generic parameter types of the represented method.
|
GenericTypeList |
resolveParameterTypes(List<String> parameterTypeDescriptors,
TypePool typePool,
MethodDescription definingMethod)
Resolves the generic parameter types of the represented method.
|
GenericTypeDescription |
resolveReturnType(String returnTypeDescriptor,
TypePool typePool,
MethodDescription definingMethod)
Resolves the return type of the represented method.
|
resolveTypeVariablesGenericTypeDescription resolveReturnType(String returnTypeDescriptor, TypePool typePool, MethodDescription definingMethod)
returnTypeDescriptor - The descriptor of the raw return type.typePool - The type pool to be used for locating non-generic type descriptions.definingMethod - The method that defines this return type.GenericTypeList resolveParameterTypes(List<String> parameterTypeDescriptors, TypePool typePool, MethodDescription definingMethod)
parameterTypeDescriptors - The descriptor of the raw parameter types.typePool - The type pool to be used for locating non-generic type descriptions.definingMethod - The method that defines these parameter types.GenericTypeList resolveExceptionTypes(List<String> exceptionTypeDescriptors, TypePool typePool, MethodDescription definingMethod)
exceptionTypeDescriptors - The descriptor of the raw exception types.typePool - The type pool to be used for locating non-generic type descriptions.definingMethod - The method that defines these exception types.Copyright © 2014–2015. All rights reserved.