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