public static interface InvokeDynamic.InvocationProvider.ReturnTypeProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType
Requests an explicit return type.
|
static class |
InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod
Requests the return type of the intercepted method.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
resolve(MethodDescription methodDescription)
Resolves the return type that is requested from the bootstrap method.
|
TypeDescription resolve(MethodDescription methodDescription)
methodDescription - The intercepted method.Copyright © 2014–2025. All rights reserved.