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