Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.returnThe provider specifc factory.
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.paramclazz The class to be reflected upon.paramgetterNames Names of all property getters to be accessed via reflection.paramsetterNames Names of all property setters to be accessed via reflection.paramtypes The types of all properties to be accessed.returnThe reflection optimization delegate.
Generate a ClassTransformer capable of performing bytecode manipulation.paramclassFilter filter used to limit which classes are to be instrumented via this ClassTransformer.paramfieldFilter filter used to limit which fields are to be instrumented via this ClassTransformer.returnThe appropriate ClassTransformer.