Interface Default.Binder.TypeLocator
-
- All Known Implementing Classes:
Default.Binder.TypeLocator.ForParameterType,Default.Binder.TypeLocator.ForType
- Enclosing class:
- Default.Binder
protected static interface Default.Binder.TypeLocatorLocates the type which should be the base type of the created proxy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDefault.Binder.TypeLocator.ForParameterTypeA type locator that yields the target parameter's type.static classDefault.Binder.TypeLocator.ForTypeA type locator that returns a given type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptionresolve(TypeDescription.Generic parameterType)Resolves the target type.
-
-
-
Method Detail
-
resolve
TypeDescription resolve(TypeDescription.Generic parameterType)
Resolves the target type.- Parameters:
parameterType- The type of the target parameter.- Returns:
- The proxy type.
-
-