| Name | Description | Type | Package | Framework |
| AutoBean | A controller for an implementation of a bean interface. | Interface | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| AutoBean .PropertyName | An annotation that allows inferred property names to be overridden. | Class | com.google.web.bindery.autobean.shared.AutoBean | Google WebToolkit (GWT) |
| AutoBeanCodex | Utility methods for encoding an AutoBean graph into a JSON-compatible string. | Class | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| AutoBeanFactory | A tag interface for the AutoBean generator. | Interface | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| AutoBeanFactory .Category | Allows non-property methods on simple bean implementations when applied. | Class | com.google.web.bindery.autobean.shared.AutoBeanFactory | Google WebToolkit (GWT) |
| AutoBeanFactory .NoWrap | The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method. | Class | com.google.web.bindery.autobean.shared.AutoBeanFactory | Google WebToolkit (GWT) |
| AutoBeanUtils | Utility methods for working with AutoBeans. | Class | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| AutoBeanVisitor | Allows traversal of an AutoBean object graph. | Class | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| AutoBeanVisitor .CollectionPropertyContext | Interface | com.google.web.bindery.autobean.shared.AutoBeanVisitor | Google WebToolkit (GWT) | |
| AutoBeanVisitor .MapPropertyContext | Interface | com.google.web.bindery.autobean.shared.AutoBeanVisitor | Google WebToolkit (GWT) | |
| AutoBeanVisitor .ParameterizationVisitor | The ParameterizationVisitor provides access to more complete type information than a simple class literal can provide. | Class | com.google.web.bindery.autobean.shared.AutoBeanVisitor | Google WebToolkit (GWT) |
| AutoBeanVisitor .PropertyContext | Allows properties to be reset. | Interface | com.google.web.bindery.autobean.shared.AutoBeanVisitor | Google WebToolkit (GWT) |
| Splittable | This interface provides an abstraction around the underlying data model (JavaScriptObject, or JSON) used to encode an AutoBeanCodex payload. | Interface | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| ValueCodex | Provides unified encoding and decoding of value objects. | Class | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) |
| ValueCodex .Type | Class | com.google.web.bindery.autobean.shared.ValueCodex | Google WebToolkit (GWT) | |
| ValueCodexHelper | Class | com.google.web.bindery.autobean.shared | Google WebToolkit (GWT) | |