Class StandardRepresenter.RepresentPrimitiveArray
- java.lang.Object
-
- org.snakeyaml.engine.v2.representer.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 equivalentListusing the appropriate autoboxing type.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepresentPrimitiveArray()
-
-
-
Method Detail
-
representData
public Node representData(Object data)
Description copied from interface:RepresentToNodeCreate a Node- Specified by:
representDatain interfaceRepresentToNode- Parameters:
data- the instance to represent- Returns:
- Node to dump
-
-