Class StandardRepresenter.RepresentMap
java.lang.Object
org.snakeyaml.engine.v2.representer.StandardRepresenter.RepresentMap
- All Implemented Interfaces:
RepresentToNode
- Enclosing class:
StandardRepresenter
Create Node for Map instance
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RepresentMap
public RepresentMap()
-
-
Method Details
-
representData
Description copied from interface:RepresentToNode
Create a Node- Specified by:
representData
in interfaceRepresentToNode
- Parameters:
data
- the instance to represent- Returns:
- Node to dump
-