|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoBean | |
---|---|
com.google.gwt.autobean.server | Contains JVM-compatible implementations of the AutoBean framework. |
com.google.gwt.autobean.shared | The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. |
com.google.gwt.requestfactory.shared.messages | Contains classes that define the RequestFactory wire format. |
Uses of AutoBean in com.google.gwt.autobean.server |
---|
Methods in com.google.gwt.autobean.server that return AutoBean | ||
---|---|---|
static
|
AutoBeanFactoryMagic.createBean(java.lang.Class<T> clazz,
Configuration configuration)
Deprecated. Create an instance of an AutoBean directly. |
Uses of AutoBean in com.google.gwt.autobean.shared |
---|
Methods in com.google.gwt.autobean.shared that return AutoBean | ||
---|---|---|
AutoBean<T> |
AutoBean.clone(boolean deep)
Deprecated. Creates a copy of the AutoBean. |
|
|
AutoBeanFactory.create(java.lang.Class<T> clazz)
Deprecated. Allows dynamic creation of AutoBean instances based on declared parameterizations. |
|
|
AutoBeanFactory.create(java.lang.Class<T> clazz,
U delegate)
Deprecated. Allows dynamic creation of wrapped AutoBean instances based on declared parameterizations. |
|
static
|
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
Splittable data)
Deprecated. |
|
static
|
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
java.lang.String payload)
Deprecated. Decode an AutoBeanCodex payload. |
|
static
|
AutoBeanUtils.getAutoBean(U delegate)
Deprecated. Return the single AutoBean wrapper that is observing the delegate object or null if the parameter is null or not wrapped by an AutoBean. |
Methods in com.google.gwt.autobean.shared with parameters of type AutoBean | |
---|---|
static void |
AutoBeanCodex.decodeInto(Splittable data,
AutoBean<?> bean)
Deprecated. Copy data from a Splittable into an AutoBean. |
static boolean |
AutoBeanUtils.deepEquals(AutoBean<?> a,
AutoBean<?> b)
Deprecated. Compare two graphs of AutoBeans based on values. |
static boolean |
AutoBeanUtils.deepEquals(AutoBean<?> a,
AutoBean<?> b)
Deprecated. Compare two graphs of AutoBeans based on values. |
static java.util.Map<java.lang.String,java.lang.Object> |
AutoBeanUtils.diff(AutoBean<?> a,
AutoBean<?> b)
Deprecated. Returns a map of properties that differ (via Object.equals(Object) )
between two AutoBeans. |
static java.util.Map<java.lang.String,java.lang.Object> |
AutoBeanUtils.diff(AutoBean<?> a,
AutoBean<?> b)
Deprecated. Returns a map of properties that differ (via Object.equals(Object) )
between two AutoBeans. |
static Splittable |
AutoBeanCodex.encode(AutoBean<?> bean)
Deprecated. Encodes an AutoBean. |
void |
AutoBeanVisitor.endVisit(AutoBean<?> bean,
AutoBeanVisitor.Context ctx)
Deprecated. Called after visiting an AutoBean . |
void |
AutoBeanVisitor.endVisitCollectionProperty(java.lang.String propertyName,
AutoBean<java.util.Collection<?>> value,
AutoBeanVisitor.CollectionPropertyContext ctx)
Deprecated. Called after visiting a reference property. |
void |
AutoBeanVisitor.endVisitMapProperty(java.lang.String propertyName,
AutoBean<java.util.Map<?,?>> value,
AutoBeanVisitor.MapPropertyContext ctx)
Deprecated. Called after visiting a reference property. |
void |
AutoBeanVisitor.endVisitReferenceProperty(java.lang.String propertyName,
AutoBean<?> value,
AutoBeanVisitor.PropertyContext ctx)
Deprecated. Called after visiting a reference property. |
static java.util.Map<java.lang.String,java.lang.Object> |
AutoBeanUtils.getAllProperties(AutoBean<?> bean)
Deprecated. Returns a map that is a copy of the properties contained in an AutoBean. |
boolean |
AutoBeanVisitor.visit(AutoBean<?> bean,
AutoBeanVisitor.Context ctx)
Deprecated. Called when visiting an AutoBean . |
boolean |
AutoBeanVisitor.visitCollectionProperty(java.lang.String propertyName,
AutoBean<java.util.Collection<?>> value,
AutoBeanVisitor.CollectionPropertyContext ctx)
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for
the value only the first time it is encountered. |
boolean |
AutoBeanVisitor.visitMapProperty(java.lang.String propertyName,
AutoBean<java.util.Map<?,?>> value,
AutoBeanVisitor.MapPropertyContext ctx)
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for
the value only the first time it is encountered. |
boolean |
AutoBeanVisitor.visitReferenceProperty(java.lang.String propertyName,
AutoBean<?> value,
AutoBeanVisitor.PropertyContext ctx)
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for
the value only the first time it is encountered. |
Uses of AutoBean in com.google.gwt.requestfactory.shared.messages |
---|
Methods in com.google.gwt.requestfactory.shared.messages that return AutoBean | |
---|---|
AutoBean<ServerFailureMessage> |
MessageFactory.failure()
Deprecated. |
AutoBean<IdMessage> |
MessageFactory.id()
Deprecated. |
AutoBean<InvocationMessage> |
MessageFactory.invocation()
Deprecated. |
AutoBean<JsonRpcRequest> |
MessageFactory.jsonRpcRequest()
Deprecated. |
AutoBean<OperationMessage> |
MessageFactory.operation()
Deprecated. |
AutoBean<RequestMessage> |
MessageFactory.request()
Deprecated. |
AutoBean<ResponseMessage> |
MessageFactory.response()
Deprecated. |
AutoBean<ViolationMessage> |
MessageFactory.violation()
Deprecated. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |