Class Proxies

java.lang.Object
org.openforis.collect.utils.Proxies

public class Proxies extends Object
  • Constructor Details

    • Proxies

      public Proxies()
  • Method Details

    • fromObject

      public static <P extends Proxy, T> P fromObject(T obj, Class<P> proxyType)
    • fromList

      public static <P extends Proxy, T> List<P> fromList(List<T> objects, Class<P> proxyType)
    • fromSet

      public static <P extends Proxy, T> Set<P> fromSet(Set<T> objects, Class<P> proxyType)