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