Uses of Class
org.fusesource.restygwt.client.Json.Style

Packages that use Json.Style
org.fusesource.restygwt.client   
org.fusesource.restygwt.rebind   
 

Uses of Json.Style in org.fusesource.restygwt.client
 

Methods in org.fusesource.restygwt.client that return Json.Style
static Json.Style Json.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Json.Style[] Json.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Uses of Json.Style in org.fusesource.restygwt.rebind
 

Methods in org.fusesource.restygwt.rebind with parameters of type Json.Style
 String JsonEncoderDecoderInstanceLocator.decodeExpression(JType type, String expression, Json.Style style)
           
 String JsonEncoderDecoderInstanceLocator.encodeExpression(JType type, String expression, Json.Style style)
           
 



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