Interface FinderProxyFactory
-
- All Known Implementing Classes:
FinderProxyFactoryImpl
public interface FinderProxyFactory
Creates a proxy for the given finder.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
createProxy(T target, Class<T> targetClass)
-
-
-
Method Detail
-
createProxy
<T> T createProxy(T target, Class<T> targetClass)
-
-