Class ProxyHelperEx


  • public class ProxyHelperEx
    extends java.lang.Object
    An extension of ProxyHelper to create a proxy cache mechanism.
    Since:
    8.5.1
    Author:
    jameschu
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyHelperEx()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T createViewModelProxy​(T origin)
      Creates a proxy object from view model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyHelperEx

        public ProxyHelperEx()
    • Method Detail

      • createViewModelProxy

        public static <T> T createViewModelProxy​(T origin)
        Creates a proxy object from view model.
        Parameters:
        origin - view model object