Searched refs:ProxyGenerator (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java47 * ProxyGenerator contains the code to generate a dynamic proxy class
50 * The external interfaces to ProxyGenerator is the static
56 class ProxyGenerator { class
317 "jdk.proxy.ProxyGenerator.saveGeneratedFiles")).booleanValue();
338 ProxyGenerator gen = new ProxyGenerator(name, interfaces, accessFlags);
411 * Construct a ProxyGenerator to generate a proxy class with the
414 * A ProxyGenerator object contains the state for the ongoing
417 private ProxyGenerator(String className, Class<?>[] interfaces, int accessFlags) { method in class:ProxyGenerator
1697 * specifically for use by ProxyGenerator; i
[all...]
H A DProxy.java535 byte[] proxyClassFile = ProxyGenerator.generateProxyClass(

Completed in 95 milliseconds