| Constructor and Description |
|---|
ProxyFactory(PreInterceptor preInterceptor,
Set<String> proxyCreatorMethods,
Set<String> freeFromInterceptionMethods)
Constructor with PreInterceptor, which will be called before the method's invocation, list of method names
which will skip the PreInterceptor invocation and a list of method names that will return a proxy of the returned
object.
|
Copyright © 2018. All rights reserved.