GWT 2.3.0

Uses of Package
com.google.web.bindery.autobean.shared

Packages that use com.google.web.bindery.autobean.shared
com.google.web.bindery.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
com.google.web.bindery.autobean.vm Contains JVM-compatible implementations of the AutoBean framework. 
com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. 
com.google.web.bindery.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.autobean.shared
AutoBean
          A controller for an implementation of a bean interface.
AutoBeanFactory
          A tag interface for the AutoBean generator.
AutoBeanVisitor
          Allows traversal of an AutoBean object graph.
AutoBeanVisitor.CollectionPropertyContext
          A PropertyContext that describes the parameterization of the Collection being visited.
AutoBeanVisitor.Context
          Reserved for future expansion to avoid API breaks.
AutoBeanVisitor.MapPropertyContext
          A PropertyContext that describes the parameterization of the Map being visited.
AutoBeanVisitor.ParameterizationVisitor
          The ParameterizationVisitor provides access to more complete type information than a simple class literal can provide.
AutoBeanVisitor.PropertyContext
          Allows properties to be reset.
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 

Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.autobean.vm
AutoBean
          A controller for an implementation of a bean interface.
AutoBeanFactory
          A tag interface for the AutoBean generator.
 

Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.requestfactory.shared
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 

Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.requestfactory.shared.messages
AutoBean
          A controller for an implementation of a bean interface.
AutoBean.PropertyName
          An annotation that allows inferred property names to be overridden.
AutoBeanFactory
          A tag interface for the AutoBean generator.
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 


GWT 2.3.0