public class ClientBindingUtils extends Object
| Constructor and Description |
|---|
ClientBindingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
clone(T pojo) |
static <T,R> Set<R> |
getProxiedSet(T pojo,
Collection<String> fieldNames) |
static <T,R> R |
getProxiedValue(T pojo,
String fieldName) |
static <T,R> R |
merge(T source,
R target) |
static <T> T |
newInstance(Class<?> pojoType) |
static <T,V> void |
setProxiedValue(T pojo,
String fieldName,
V value) |
public static <T,R> R getProxiedValue(T pojo,
String fieldName)
public static <T,R> Set<R> getProxiedSet(T pojo, Collection<String> fieldNames)
public static <T,V> void setProxiedValue(T pojo,
String fieldName,
V value)
public static <T> T newInstance(Class<?> pojoType)
public static <T> T clone(T pojo)
public static <T,R> R merge(T source,
R target)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.