Class ValueCodexHelper
- java.lang.Object
-
- com.google.web.bindery.autobean.shared.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.
-
-
Constructor Summary
Constructors Constructor Description ValueCodexHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
canDecode(java.lang.Class<?> clazz)
Returnstrue
ifclazz
is assignable to any of the value types.
-