Class ValueCodexHelper


  • class ValueCodexHelper
    extends java.lang.Object
    Provides reflection-based operation for server (JVM) implementation. There is a no-op super-source version for client (dev- and web-mode) code.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean canDecode​(java.lang.Class<?> clazz)
      Returns true if clazz is assignable to any of the value types.
      • Methods inherited from class java.lang.Object

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

      • ValueCodexHelper

        ValueCodexHelper()
    • Method Detail

      • canDecode

        static boolean canDecode​(java.lang.Class<?> clazz)
        Returns true if clazz is assignable to any of the value types.