Class BoxedBooleanArrayAdapter$___Marshaller_92a506698a6eb6d2590546bb1bb013294374e3cfdc29319b7925026f2b22260d
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.BoxedBooleanArrayAdapter$___Marshaller_92a506698a6eb6d2590546bb1bb013294374e3cfdc29319b7925026f2b22260d
- 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 BoxedBooleanArrayAdapter$___Marshaller_92a506698a6eb6d2590546bb1bb013294374e3cfdc29319b7925026f2b22260d
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetElement(Boolean[] container, int index) 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
-
BoxedBooleanArrayAdapter$___Marshaller_92a506698a6eb6d2590546bb1bb013294374e3cfdc29319b7925026f2b22260d
public BoxedBooleanArrayAdapter$___Marshaller_92a506698a6eb6d2590546bb1bb013294374e3cfdc29319b7925026f2b22260d()
-
-
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
- 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
-