When creating proxies in CGLib using Enhancer, you can call .setNamingPolicy(NamingPolicy n) to change proxy class naming strategy to something other than the CGLib default. Is there any way to do something similar in Javassist when using the ProxyFactory?
When creating proxies in CGLib using Enhancer, you can call .setNamingPolicy(NamingPolicy n) to change
Share
Looking at the code for ProxyFactory I would say that it’s not possible out-of-the-box at least: