protected static interface Super.Binder.TypeLocator
| Modifier and Type | Interface and Description |
|---|---|
static class |
Super.Binder.TypeLocator.ForInstrumentedType
A type locator that yields the instrumented type.
|
static class |
Super.Binder.TypeLocator.ForParameterType
A type locator that yields the target parameter's type.
|
static class |
Super.Binder.TypeLocator.ForType
A type locator that returns a given type.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
resolve(TypeDescription instrumentedType,
TypeDescription.Generic parameterType)
Resolves the target type.
|
TypeDescription resolve(TypeDescription instrumentedType, TypeDescription.Generic parameterType)
instrumentedType - The instrumented type.parameterType - The type of the target parameter.Copyright © 2014–2019. All rights reserved.