Class ClientBindingUtils
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.definition.adapter.binding.ClientBindingUtils
-
public class ClientBindingUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientBindingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tclone(T pojo)static <T,R>
Set<R>getProxiedSet(T pojo, Collection<String> fieldNames)static <T> Class<?>getProxiedType(T pojo, String fieldName)static <T,R>
RgetProxiedValue(T pojo, String fieldName)static <T,V>
voidsetProxiedValue(T pojo, String fieldName, V value)
-
-
-
Method Detail
-
getProxiedValue
public static <T,R> R getProxiedValue(T pojo, String fieldName)
-
getProxiedSet
public static <T,R> Set<R> getProxiedSet(T pojo, Collection<String> fieldNames)
-
setProxiedValue
public static <T,V> void setProxiedValue(T pojo, String fieldName, V value)
-
clone
public static <T> T clone(T pojo)
-
-