Uses of Class
com.google.web.bindery.autobean.vm.Configuration
-
Packages that use Configuration Package Description com.google.web.bindery.autobean.vm Contains JVM-compatible implementations of the AutoBean framework.com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of Configuration in com.google.web.bindery.autobean.vm
Methods in com.google.web.bindery.autobean.vm that return Configuration Modifier and Type Method Description Configuration
Configuration.Builder. build()
Methods in com.google.web.bindery.autobean.vm with parameters of type Configuration Modifier and Type Method Description static <T> AutoBean<T>
AutoBeanFactorySource. createBean(java.lang.Class<T> clazz, Configuration configuration)
Create an instance of an AutoBean directly. -
Uses of Configuration in com.google.web.bindery.requestfactory.server
Fields in com.google.web.bindery.requestfactory.server declared as Configuration Modifier and Type Field Description (package private) static Configuration
SimpleRequestProcessor. CONFIGURATION
Allows the creation of properly-configured AutoBeans without having to create an AutoBeanFactory with the desired annotations.
-