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