spring-framework / org.springframework.aop.framework / ProxyFactoryBean / setProxyInterfaces

setProxyInterfaces

open fun setProxyInterfaces(proxyInterfaces: Array<Class<*>>): Unit

Set the names of the interfaces we're proxying. If no interface is given, a CGLIB for the actual class will be created.

This is essentially equivalent to the "setInterfaces" method, but mirrors TransactionProxyFactoryBean's "setProxyInterfaces".

See Also
#setInterfacesAbstractSingletonProxyFactoryBean#setProxyInterfaces