Class StandardRepresenter.RepresentList
java.lang.Object
org.snakeyaml.engine.v2.representer.StandardRepresenter.RepresentList
- All Implemented Interfaces:
RepresentToNode
- Enclosing class:
StandardRepresenter
Create Node for List
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RepresentList
public RepresentList()
-
-
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
-