Uses of Class
org.jboss.errai.common.client.types.DecodingContext

Packages that use DecodingContext
org.jboss.errai.common.client.json   
org.jboss.errai.common.client.types   
org.jboss.errai.common.client.types.handlers.collections   
org.jboss.errai.common.client.types.handlers.numbers   
org.jboss.errai.common.client.types.handlers.primitives   
 

Uses of DecodingContext in org.jboss.errai.common.client.json
 

Methods in org.jboss.errai.common.client.json with parameters of type DecodingContext
static Object JSONDecoderCli.decode(Object value, DecodingContext ctx)
           
 

Uses of DecodingContext in org.jboss.errai.common.client.types
 

Methods in org.jboss.errai.common.client.types with parameters of type DecodingContext
static
<T> T
TypeHandlerFactory.convert(Class from, Class<T> to, Object value, DecodingContext decodingContext)
           
static Object JSONTypeHelper.convert(com.google.gwt.json.client.JSONValue value, Class to, DecodingContext ctx)
           
static
<T> T
TypeHandlerFactory.convert(Object value, Class<T> to, DecodingContext decodingContext)
           
 T Demarshaller.demarshall(com.google.gwt.json.client.JSONObject o, DecodingContext decodingContext)
           
 T TypeHandler.getConverted(V in, DecodingContext decodingContext)
           
static void JSONTypeHelper.resolveDependencies(DecodingContext ctx)
           
 

Uses of DecodingContext in org.jboss.errai.common.client.types.handlers.collections
 

Methods in org.jboss.errai.common.client.types.handlers.collections with parameters of type DecodingContext
 String[] CollectionToStringArray.getConverted(Collection in, DecodingContext ctx)
           
 Set CollectionToSet.getConverted(Collection in, DecodingContext ctx)
           
 Object[] CollectionToObjArray.getConverted(Collection in, DecodingContext decodingContext)
           
 Long[] CollectionToLongArray.getConverted(Collection in, DecodingContext ctx)
           
 List CollectionToList.getConverted(Collection in, DecodingContext ctx)
           
 Integer[] CollectionToIntArray.getConverted(Collection in, DecodingContext ctx)
           
 Float[] CollectionToFloatArray.getConverted(Collection in, DecodingContext ctx)
           
 Double[] CollectionToDoubleArray.getConverted(Collection in, DecodingContext ctx)
           
 Character[] CollectionToCharArray.getConverted(Collection in, DecodingContext ctx)
           
 Byte[] CollectionToByteArray.getConverted(Collection in, DecodingContext ctx)
           
 Boolean[] CollectionToBooleanArray.getConverted(Collection in, DecodingContext ctx)
           
 

Uses of DecodingContext in org.jboss.errai.common.client.types.handlers.numbers
 

Methods in org.jboss.errai.common.client.types.handlers.numbers with parameters of type DecodingContext
 Date NumberToSQLDate.getConverted(Number in, DecodingContext ctx)
           
 Short NumberToShort.getConverted(Number in, DecodingContext ctx)
           
 Long NumberToLong.getConverted(Number in, DecodingContext ctx)
           
 Integer NumberToInt.getConverted(Number in, DecodingContext ctx)
           
 Float NumberToFloat.getConverted(Number in, DecodingContext ctx)
           
 Double NumberToDouble.getConverted(Number in, DecodingContext ctx)
           
 Date NumberToDate.getConverted(Number in, DecodingContext ctx)
           
 Byte NumberToByte.getConverted(Number in, DecodingContext ctx)
           
 

Uses of DecodingContext in org.jboss.errai.common.client.types.handlers.primitives
 

Methods in org.jboss.errai.common.client.types.handlers.primitives with parameters of type DecodingContext
 Byte IntToByte.getConverted(Integer in, DecodingContext ctx)
           
 



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