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.TypeLocator
Locates the type which should be the base type of the created proxy.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA type locator that yields the target parameter's type.static classA type locator that returns a given type. -
Method Summary
Modifier and TypeMethodDescriptionresolve(TypeDescription.Generic parameterType) Resolves the target type.
-
Method Details
-
resolve
Resolves the target type.- Parameters:
parameterType- The type of the target parameter.- Returns:
- The proxy type.
-