Interface FinderProxyFactory

All Known Implementing Classes:
FinderProxyFactoryImpl

public interface FinderProxyFactory
Allow to create a proxy for the given finder. Now in DMZ; see the package-info.java for rationale.
Since:
5.8
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    createProxy(T target, Class<T> targetClass)
     
  • Method Details

    • createProxy

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