Class StandardRepresenter.RepresentPrimitiveArray

  • All Implemented Interfaces:
    RepresentToNode
    Enclosing class:
    StandardRepresenter

    protected class StandardRepresenter.RepresentPrimitiveArray
    extends Object
    implements RepresentToNode
    Represents primitive arrays, such as short[] and float[], by converting them into equivalent List using the appropriate autoboxing type.
    • Constructor Detail

      • RepresentPrimitiveArray

        protected RepresentPrimitiveArray()