org.jboss.errai.common.client.types
Class JSONTypeHelper

java.lang.Object
  extended by org.jboss.errai.common.client.types.JSONTypeHelper

public class JSONTypeHelper
extends Object


Constructor Summary
JSONTypeHelper()
           
 
Method Summary
static Object convert(com.google.gwt.json.client.JSONValue value, Class to, DecodingContext ctx)
           
static String encodeHelper(Object v)
           
static void resolveDependencies(DecodingContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONTypeHelper

public JSONTypeHelper()
Method Detail

convert

public static Object convert(com.google.gwt.json.client.JSONValue value,
                             Class to,
                             DecodingContext ctx)

resolveDependencies

public static void resolveDependencies(DecodingContext ctx)

encodeHelper

public static String encodeHelper(Object v)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.