Class ClientBindingUtils


  • public class ClientBindingUtils
    extends Object
    • Constructor Detail

      • ClientBindingUtils

        public ClientBindingUtils()
    • Method Detail

      • getProxiedType

        public static <T> Class<?> getProxiedType​(T pojo,
                                                  String fieldName)
      • 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)