public class Proxies extends Object
| Constructor and Description |
|---|
Proxies() |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Proxy,T> |
fromList(List<T> objects,
Class<P> proxyType) |
static <P extends Proxy,T> |
fromObject(T obj,
Class<P> proxyType) |
static <P extends Proxy,T> |
fromSet(Set<T> objects,
Class<P> proxyType) |
Copyright © 2021 Open Foris. All rights reserved.