Class SafeRepresenter.RepresentPrimitiveArray

java.lang.Object
org.yaml.snakeyaml.representer.SafeRepresenter.RepresentPrimitiveArray
All Implemented Interfaces:
Represent
Enclosing class:
SafeRepresenter

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