Class BoxedByteArrayAdapter
java.lang.Object
org.infinispan.protostream.types.java.arrays.AbstractArrayAdapter<Byte>
org.infinispan.protostream.types.java.arrays.BoxedByteArrayAdapter
- All Implemented Interfaces:
ElementContainerAdapter<Byte[]>,IndexedElementContainerAdapter<Byte[],Byte>
@ProtoAdapter(java.lang.Byte[][].class)
@ProtoName("BoxedByteArray")
public final class BoxedByteArrayAdapter
extends AbstractArrayAdapter<Byte>
- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.protostream.types.java.arrays.AbstractArrayAdapter
getElement, getNumElements, setElement
-
Constructor Details
-
BoxedByteArrayAdapter
public BoxedByteArrayAdapter()
-
-
Method Details
-
create
- Specified by:
createin classAbstractArrayAdapter<Byte>
-