Package org.infinispan.commons.util
Class NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
-
- All Implemented Interfaces:
BaseMarshaller<NullValue>,ProtobufTagMarshaller<NullValue>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56 extends GeneratedMarshallerBase implements ProtobufTagMarshaller<NullValue>
WARNING: Generated code! Do not edit!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
ProtobufTagMarshaller.OperationContext, ProtobufTagMarshaller.ReadContext, ProtobufTagMarshaller.WriteContext
-
-
Constructor Summary
Constructors Constructor Description NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<NullValue>getJavaClass()Returns the Java type handled by this marshaller.StringgetTypeName()Returns the full name of the message or enum type, defined in a proto file.NullValueread(ProtobufTagMarshaller.ReadContext $1)voidwrite(ProtobufTagMarshaller.WriteContext $1, NullValue $2)-
Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessage
-
-
-
-
Method Detail
-
getJavaClass
public Class<NullValue> getJavaClass()
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<NullValue>- Returns:
- the Java type.
-
getTypeName
public String 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<NullValue>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
read
public NullValue read(ProtobufTagMarshaller.ReadContext $1) throws IOException
- Specified by:
readin interfaceProtobufTagMarshaller<NullValue>- Throws:
IOException
-
write
public void write(ProtobufTagMarshaller.WriteContext $1, NullValue $2) throws IOException
- Specified by:
writein interfaceProtobufTagMarshaller<NullValue>- Throws:
IOException
-
-