Class CglibProxyHandler<T>

  • Type Parameters:
    T - type of the wrapped pooled object

    class CglibProxyHandler<T>
    extends BaseProxyHandler<T>
    CGLib implementation of the proxy handler.
    Since:
    2.0
    • Constructor Detail

      • CglibProxyHandler

        CglibProxyHandler​(T pooledObject,
                          UsageTracking<T> usageTracking)
        Constructs a CGLib proxy instance.
        Parameters:
        pooledObject - The object to wrap
        usageTracking - The instance, if any (usually the object pool) to be provided with usage tracking information for this wrapped object