public class ProxyFactory<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ProxyFactory.MethodKey |
| Constructor and Description |
|---|
ProxyFactory(ProxyConfiguration<T> configuration) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends T> |
defineClass() |
T |
newInstance(InvocationHandler handler) |
public ProxyFactory(ProxyConfiguration<T> configuration)
public T newInstance(InvocationHandler handler) throws IllegalAccessException, InstantiationException
Copyright © 2021 JBoss by Red Hat. All rights reserved.