| Package | Description |
|---|---|
| org.snakeyaml.engine.v1.representer |
| Modifier and Type | Class and Description |
|---|---|
protected class |
StandardRepresenter.RepresentArray |
protected class |
StandardRepresenter.RepresentBoolean |
protected class |
StandardRepresenter.RepresentByteArray |
protected class |
StandardRepresenter.RepresentEnum |
protected class |
StandardRepresenter.RepresentIterator |
protected class |
StandardRepresenter.RepresentList |
protected class |
StandardRepresenter.RepresentMap |
protected class |
StandardRepresenter.RepresentNull |
protected class |
StandardRepresenter.RepresentNumber |
protected class |
StandardRepresenter.RepresentOptional |
protected class |
StandardRepresenter.RepresentPrimitiveArray
Represents primitive arrays, such as short[] and float[], by converting
them into equivalent
List using the appropriate
autoboxing type. |
protected class |
StandardRepresenter.RepresentSet |
protected class |
StandardRepresenter.RepresentString |
protected class |
StandardRepresenter.RepresentUuid |
| Modifier and Type | Field and Description |
|---|---|
protected RepresentToNode |
BaseRepresenter.nullRepresenter
in Java 'null' is not a type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,RepresentToNode> |
BaseRepresenter.multiRepresenters |
protected Map<Class<?>,RepresentToNode> |
BaseRepresenter.representers |
Copyright © 2018. All rights reserved.