| Package | Description |
|---|---|
| org.apache.commons.proxy.factory.cglib |
This package contains the CGLIB-based
ProxyFactory implementation.
|
| org.apache.commons.proxy.factory.javassist |
This package contains the Javassist-based
ProxyFactory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CglibProxyFactory
A CGLIB-based
ProxyFactory
implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistProxyFactory
A Javassist-based
ProxyFactory
implementation. |
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.