Uses of Interface
com.google.web.bindery.autobean.shared.AutoBeanFactory
-
Packages that use AutoBeanFactory 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. -
-
Uses of AutoBeanFactory in com.google.web.bindery.autobean.shared
Methods in com.google.web.bindery.autobean.shared that return AutoBeanFactory Modifier and Type Method Description AutoBeanFactory
AutoBean. getFactory()
Returns the AutoBeanFactory that created the AutoBean.Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanFactory Modifier and Type Method 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. -
Uses of AutoBeanFactory in com.google.web.bindery.autobean.vm
Methods in com.google.web.bindery.autobean.vm with type parameters of type AutoBeanFactory Modifier and Type Method Description static <F extends AutoBeanFactory>
FAutoBeanFactorySource. create(java.lang.Class<F> clazz)
Create an instance of an AutoBeanFactory. -
Uses of AutoBeanFactory in com.google.web.bindery.requestfactory.shared.messages
Subinterfaces of AutoBeanFactory in com.google.web.bindery.requestfactory.shared.messages Modifier and Type Interface Description interface
MessageFactory
The factory for creating RequestFactory wire messages. -
Uses of AutoBeanFactory in com.google.web.bindery.requestfactory.vm
Subinterfaces of AutoBeanFactory in com.google.web.bindery.requestfactory.vm Modifier and Type Interface Description (package private) static interface
InProcessRequestFactory.Factory
Methods in com.google.web.bindery.requestfactory.vm that return AutoBeanFactory Modifier and Type Method Description protected AutoBeanFactory
InProcessRequestContext. getAutoBeanFactory()
protected AutoBeanFactory
InProcessRequestFactory. getAutoBeanFactory()
-