public class VMBridge_jdk18 extends VMBridge_jdk15
| Constructor and Description |
|---|
VMBridge_jdk18() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefaultMethod(java.lang.reflect.Method method)
Support checking to see if this is the default method for Java 8.
|
getContext, getInterfaceProxyHelper, getJavaIterator, getThreadContextHelper, newInterfaceProxy, setContext, tryToMakeAccessiblepublic VMBridge_jdk18()
throws java.lang.SecurityException,
java.lang.InstantiationException
java.lang.SecurityExceptionjava.lang.InstantiationExceptionpublic boolean isDefaultMethod(java.lang.reflect.Method method)
VMBridgeisDefaultMethod in class VMBridge_jdk15