Interface FinderProxyFactory

  • All Known Implementing Classes:
    FinderProxyFactoryImpl

    public interface FinderProxyFactory
    Creates a proxy for the given finder.
    Since:
    5.8
    • Method Detail

      • createProxy

        <T> T createProxy​(T target,
                          Class<T> targetClass)