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:RepresentToNodeCreate a Node- Specified by:
representDatain interfaceRepresentToNode- Parameters:
data- the instance to represent- Returns:
- Node to dump
-