Uses of Interface
com.google.web.bindery.autobean.shared.AutoBean
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.
Contains classes that define the RequestFactory wire format.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
Uses of AutoBean in com.google.web.bindery.autobean.vm
Modifier and TypeMethodDescriptionstatic <T> AutoBean
<T> AutoBeanFactorySource.createBean
(Class<T> clazz, Configuration configuration) Create an instance of an AutoBean directly. -
Uses of AutoBean in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescriptionRequestState.getBeanForPayload
(Splittable serializedProxyId) EntityCodex support.RequestState.getBeanForPayload
(com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<Q> id, Object domainObject) Get or create a BaseProxy AutoBean for the given id. -
Uses of AutoBean in com.google.web.bindery.requestfactory.vm
Modifier and TypeMethodDescriptionInProcessRequestContext.createProxy
(Class<T> clazz, com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<T> id, boolean useAppendedContexts)