Uses of Package
com.google.web.bindery.autobean.shared
Packages that use com.google.web.bindery.autobean.shared
Package
Description
The AutoBean framework provides automatically-generated implementations of
bean-like interfaces and a low-level serialization mechanism for those
interfaces.
Contains JVM-compatible implementations of the AutoBean framework.
Server-side classes for mediating between the client-side and the persistent
datastore.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
Contains classes that define the RequestFactory wire format.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.autobean.vmClassDescriptionA controller for an implementation of a bean interface.A tag interface for the AutoBean generator.
-
Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.requestfactory.serverClassDescriptionA controller for an implementation of a bean interface.This interface provides an abstraction around the underlying data model (JavaScriptObject, or JSON) used to encode an AutoBeanCodex payload.
-
Classes in com.google.web.bindery.autobean.shared used by com.google.web.bindery.requestfactory.vmClassDescriptionA controller for an implementation of a bean interface.A tag interface for the AutoBean generator.Allows non-property methods on simple bean implementations when applied.The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method.