| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.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.parentClassRepresenters
Keep representers which match a parent of the class to be represented
|
protected Map<Class<?>,RepresentToNode> |
BaseRepresenter.representers
Keep representers which must match the class exactly
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RepresentToNode> |
BaseRepresenter.findRepresenterFor(Object data)
Find the representer which is suitable to represent the internal structure of the provided instance to
a Node
|
Copyright © 2018–2019. All rights reserved.