public static class SchemaUserProtos.ServerMeta.MessageSchema extends Object implements io.protostuff.Schema<UserProtos.ServerMeta>
Constructor and Description |
---|
MessageSchema() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName(int number) |
int |
getFieldNumber(String name) |
boolean |
isInitialized(UserProtos.ServerMeta message) |
void |
mergeFrom(io.protostuff.Input input,
UserProtos.ServerMeta message) |
String |
messageFullName() |
String |
messageName() |
UserProtos.ServerMeta |
newMessage() |
Class<UserProtos.ServerMeta> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
UserProtos.ServerMeta message) |
public void writeTo(io.protostuff.Output output, UserProtos.ServerMeta message) throws IOException
writeTo
in interface io.protostuff.Schema<UserProtos.ServerMeta>
IOException
public boolean isInitialized(UserProtos.ServerMeta message)
isInitialized
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public String getFieldName(int number)
getFieldName
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public int getFieldNumber(String name)
getFieldNumber
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public Class<UserProtos.ServerMeta> typeClass()
typeClass
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public String messageName()
messageName
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public String messageFullName()
messageFullName
in interface io.protostuff.Schema<UserProtos.ServerMeta>
public void mergeFrom(io.protostuff.Input input, UserProtos.ServerMeta message) throws IOException
mergeFrom
in interface io.protostuff.Schema<UserProtos.ServerMeta>
IOException
public UserProtos.ServerMeta newMessage()
newMessage
in interface io.protostuff.Schema<UserProtos.ServerMeta>
Copyright © 1970 The Apache Software Foundation. All rights reserved.