| Class | Description |
|---|---|
| InjectIntoClassloaderClassOutput |
A Gizmo
ClassOutput that is able to write the inject the bytecode directly into the classloader
The ClassLoader passed to the constructor MUST contain a public visibleDefineClass method
This ensures that generating proxies works in any JDK version |
| ProxyConfiguration<T> |
Basic configuration needed to generate a proxy of a class.
|
| ProxyFactory<T> |
A factory that can generate proxies of a class.
|
| ProxyFactory.MethodKey |
Copyright © 2021 JBoss by Red Hat. All rights reserved.