Uses of Class
org.fusesource.restygwt.client.AbstractJsonEncoderDecoder

Packages that use AbstractJsonEncoderDecoder
org.fusesource.restygwt.client   
 

Uses of AbstractJsonEncoderDecoder in org.fusesource.restygwt.client
 

Fields in org.fusesource.restygwt.client declared as AbstractJsonEncoderDecoder
static AbstractJsonEncoderDecoder<BigDecimal> AbstractJsonEncoderDecoder.BIG_DECIMAL
           
static AbstractJsonEncoderDecoder<BigInteger> AbstractJsonEncoderDecoder.BIG_INTEGER
           
static AbstractJsonEncoderDecoder<Boolean> AbstractJsonEncoderDecoder.BOOLEAN
           
static AbstractJsonEncoderDecoder<Byte> AbstractJsonEncoderDecoder.BYTE
           
static AbstractJsonEncoderDecoder<Character> AbstractJsonEncoderDecoder.CHAR
           
static AbstractJsonEncoderDecoder<Date> AbstractJsonEncoderDecoder.DATE
           
static AbstractJsonEncoderDecoder<Document> AbstractJsonEncoderDecoder.DOCUMENT
           
static AbstractJsonEncoderDecoder<Double> AbstractJsonEncoderDecoder.DOUBLE
           
static AbstractJsonEncoderDecoder<Float> AbstractJsonEncoderDecoder.FLOAT
           
static AbstractJsonEncoderDecoder<Integer> AbstractJsonEncoderDecoder.INT
           
static AbstractJsonEncoderDecoder<JSONValue> AbstractJsonEncoderDecoder.JSON_VALUE
           
static AbstractJsonEncoderDecoder<Long> AbstractJsonEncoderDecoder.LONG
           
static AbstractJsonEncoderDecoder<Short> AbstractJsonEncoderDecoder.SHORT
           
static AbstractJsonEncoderDecoder<String> AbstractJsonEncoderDecoder.STRING
           
 

Methods in org.fusesource.restygwt.client with parameters of type AbstractJsonEncoderDecoder
static
<Type> JSONValue
AbstractJsonEncoderDecoder.toJSON(Collection<Type> value, AbstractJsonEncoderDecoder<Type> encoder)
           
static
<Type> JSONValue
AbstractJsonEncoderDecoder.toJSON(Map<String,Type> value, AbstractJsonEncoderDecoder<Type> encoder, Json.Style style)
           
static
<Type> List<Type>
AbstractJsonEncoderDecoder.toList(JSONValue value, AbstractJsonEncoderDecoder<Type> encoder)
           
static
<Type> Map<String,Type>
AbstractJsonEncoderDecoder.toMap(JSONValue value, AbstractJsonEncoderDecoder<Type> encoder, Json.Style style)
           
static
<Type> Set<Type>
AbstractJsonEncoderDecoder.toSet(JSONValue value, AbstractJsonEncoderDecoder<Type> encoder)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.