Class ValueCodexHelper

java.lang.Object
com.google.web.bindery.autobean.shared.ValueCodexHelper

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

    • ValueCodexHelper

      ValueCodexHelper()
  • Method Details

    • canDecode

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