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