Class Empty$___Marshaller_bfdedb4c6c18c04049e2773da4bf87c9633a5e325932db4ea159d2042cbf320
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.protobuf.Empty$___Marshaller_bfdedb4c6c18c04049e2773da4bf87c9633a5e325932db4ea159d2042cbf320
- All Implemented Interfaces:
BaseMarshaller<EmptySchema.Empty>,ProtobufTagMarshaller<EmptySchema.Empty>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class Empty$___Marshaller_bfdedb4c6c18c04049e2773da4bf87c9633a5e325932db4ea159d2042cbf320
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<EmptySchema.Empty>
WARNING: Generated code! Do not edit!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
GeneratedMarshallerBase.NestedWriterNested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
ProtobufTagMarshaller.OperationContext, ProtobufTagMarshaller.ReadContext, ProtobufTagMarshaller.WriteContext -
Field Summary
Fields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the Java type handled by this marshaller.Returns the full name of the message or enum type, defined in a proto file.voidMethods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNames
-
Constructor Details
-
Empty$___Marshaller_bfdedb4c6c18c04049e2773da4bf87c9633a5e325932db4ea159d2042cbf320
public Empty$___Marshaller_bfdedb4c6c18c04049e2773da4bf87c9633a5e325932db4ea159d2042cbf320()
-
-
Method Details
-
getJavaClass
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<EmptySchema.Empty>- Returns:
- the Java type.
-
getTypeName
Description copied from interface:BaseMarshallerReturns the full name of the message or enum type, defined in a proto file. This must not change over multiple invocations.- Specified by:
getTypeNamein interfaceBaseMarshaller<EmptySchema.Empty>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<EmptySchema.Empty>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<EmptySchema.Empty>- Throws:
IOException
-