public class

InvokeCustomFieldSerializerCommand

extends IdentityValueCommand
implements HasSetters HasTargetClass HasValues
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.IdentityValueCommand
         ↳ com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand

Class Overview

A placeholder for custom logic invocation.

Summary

Public Constructors
InvokeCustomFieldSerializerCommand(Class<?> instantiatedType, Class<?> serializer, Class<?> manuallySerializedType)
Public Methods
void addValue(ValueCommand value)
void clear()
Delete all internal state so that the command may be used only for instance tracking.
Class<?> getManuallySerializedType()
Class<?> getSerializerClass()
List<SetCommand> getSetters()
Class<?> getTargetClass()
List<ValueCommand> getValues()
void set(Class<?> fieldDeclClass, String fieldName, ValueCommand value)
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.IdentityValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object
From interface com.google.gwt.rpc.client.ast.HasSetters
From interface com.google.gwt.rpc.client.ast.HasTargetClass
From interface com.google.gwt.rpc.client.ast.HasValues

Public Constructors

public InvokeCustomFieldSerializerCommand (Class<?> instantiatedType, Class<?> serializer, Class<?> manuallySerializedType)

Public Methods

public void addValue (ValueCommand value)

public void clear ()

Delete all internal state so that the command may be used only for instance tracking.

public Class<?> getManuallySerializedType ()

public Class<?> getSerializerClass ()

public List<SetCommand> getSetters ()

public Class<?> getTargetClass ()

public List<ValueCommand> getValues ()

public void set (Class<?> fieldDeclClass, String fieldName, ValueCommand value)

public void traverse (RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)