Uses of Interface
org.apache.commons.pool2.proxy.ProxySource
Packages that use ProxySource
-
Uses of ProxySource in org.apache.commons.pool2.proxy
Classes in org.apache.commons.pool2.proxy that implement ProxySourceModifier and TypeClassDescriptionclasscglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglibclassProvides proxy objects using Java reflection.Fields in org.apache.commons.pool2.proxy declared as ProxySourceModifier and TypeFieldDescriptionprivate final ProxySource<V> ProxiedKeyedObjectPool.proxySourceprivate final ProxySource<T> ProxiedObjectPool.proxySourceConstructors in org.apache.commons.pool2.proxy with parameters of type ProxySourceModifierConstructorDescriptionProxiedKeyedObjectPool(KeyedObjectPool<K, V> pool, ProxySource<V> proxySource) Constructs a new proxied object pool.ProxiedObjectPool(ObjectPool<T> pool, ProxySource<T> proxySource) Constructs a new proxied object pool.