Class Overview
Descriptor object containing all the required information to serialize and deserialize a type to
and from a proto. Needs to be registered with an RemoteDescriptorRegistry.
Summary
| Nested Classes |
|
class |
RemoteDescriptor.Builder |
Builder for RemoteDescriptor |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods
public
boolean
equals
(Object o)
public
Class<?>
getInstanceType
()
| Returns |
Class<?> |
the instance type |
public
String
getInstanceTypeName
()
| Returns |
String |
the class name for instance type |
public
Class<?>
getProtoBuilderClass
()
| Returns |
Class<?> |
the proto message builder class for proto message type |
public
getProtoParser
()
| Returns |
|
the proto parser to parse the proto message type |
public
Class<?>
getProtoType
()
| Returns |
Class<?> |
the proto message type |
public
Class[]<?>
getRemoteConstrTypes
()
| Returns |
Class[]<?> |
list of types which identify the constructor's formal parameter types, in declared
order.
|
public
Class<?>
getRemoteType
()
| Returns |
Class<?> |
the remote message type |