Class StandardRepresenter.RepresentSet
- java.lang.Object
-
- org.snakeyaml.engine.v2.representer.StandardRepresenter.RepresentSet
-
- All Implemented Interfaces:
RepresentToNode
- Enclosing class:
- StandardRepresenter
protected class StandardRepresenter.RepresentSet extends Object implements RepresentToNode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepresentSet()
-
-
-
Method Detail
-
representData
public Node representData(Object data)
Description copied from interface:RepresentToNodeCreate a Node- Specified by:
representDatain interfaceRepresentToNode- Parameters:
data- the instance to represent- Returns:
- Node to dump
-
-