Class BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b
- All Implemented Interfaces:
BaseMarshaller<boolean[]>,ElementContainerAdapter<boolean[]>,IndexedElementContainerAdapter<boolean[],,Boolean> ProtobufTagMarshaller<boolean[]>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<boolean[]>, IndexedElementContainerAdapter<boolean[],Boolean>
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
FieldsFields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionBooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b() -
Method Summary
Modifier and TypeMethodDescriptiongetElement(boolean[] container, int index) Class<boolean[]> Returns the Java type handled by this marshaller.intgetNumElements(boolean[] container) Returns the full name of the message or enum type, defined in a proto file.boolean[]voidsetElement(boolean[] container, int index, Boolean element) voidwrite(ProtobufTagMarshaller.WriteContext $1, boolean[] $2) Methods 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
-
Field Details
-
__a$
-
-
Constructor Details
-
BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b
public BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b()
-
-
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<boolean[]>- 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<boolean[]>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
getNumElements
public int getNumElements(boolean[] container) - Specified by:
getNumElementsin interfaceElementContainerAdapter<boolean[]>
-
getElement
- Specified by:
getElementin interfaceIndexedElementContainerAdapter<boolean[],Boolean>
-
setElement
- Specified by:
setElementin interfaceIndexedElementContainerAdapter<boolean[],Boolean>
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<boolean[]>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<boolean[]>- Throws:
IOException
-