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, tryToMakeAccessible
public VMBridge_jdk18() throws java.lang.SecurityException, java.lang.InstantiationException
java.lang.SecurityException
java.lang.InstantiationException
public boolean isDefaultMethod(java.lang.reflect.Method method)
VMBridge
isDefaultMethod
in class VMBridge_jdk15