Uses of Class
com.google.web.bindery.autobean.vm.Configuration
Package
Description
Contains JVM-compatible implementations of the AutoBean framework.
Server-side classes for mediating between the client-side and the persistent
datastore.
-
Uses of Configuration 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 Configuration in com.google.web.bindery.requestfactory.server
Modifier and TypeFieldDescription(package private) static final Configuration
SimpleRequestProcessor.CONFIGURATION
Allows the creation of properly-configured AutoBeans without having to create an AutoBeanFactory with the desired annotations.