public class DefaultMethodMeta extends Object
| Constructor and Description |
|---|
DefaultMethodMeta() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodHandle |
createForJava11(Object proxy,
Method method) |
protected MethodHandle |
createForJava8(Object proxy,
Method method) |
protected MethodHandle |
createMethodHandle(Object proxy,
Method method) |
MethodHandle |
getOrCreateMethodHandle(Object proxy,
Method method) |
public MethodHandle getOrCreateMethodHandle(Object proxy, Method method)
protected MethodHandle createMethodHandle(Object proxy, Method method)
protected MethodHandle createForJava11(Object proxy, Method method) throws Exception
Exceptionprotected MethodHandle createForJava8(Object proxy, Method method) throws Exception
ExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.