Package | Description |
---|---|
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.messages |
Contains classes that define the RequestFactory wire format.
|
com.google.web.bindery.requestfactory.vm |
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
|
Modifier and Type | Method and Description |
---|---|
AutoBeanFactory |
AutoBean.getFactory()
Returns the AutoBeanFactory that created the AutoBean.
|
Modifier and Type | Method and Description |
---|---|
static <T> AutoBean<T> |
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
Splittable data)
Decode an AutoBeanCodex payload.
|
static <T> AutoBean<T> |
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
java.lang.String payload)
Decode an AutoBeanCodex payload.
|
Modifier and Type | Method and Description |
---|---|
static <F extends AutoBeanFactory> |
AutoBeanFactorySource.create(java.lang.Class<F> clazz)
Create an instance of an AutoBeanFactory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageFactory
The factory for creating RequestFactory wire messages.
|
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
InProcessRequestFactory.Factory |
Modifier and Type | Method and Description |
---|---|
protected AutoBeanFactory |
InProcessRequestFactory.getAutoBeanFactory() |
protected AutoBeanFactory |
InProcessRequestContext.getAutoBeanFactory() |