Package org.yaml.snakeyaml.representer
Class SafeRepresenter.RepresentIterator
- java.lang.Object
-
- org.yaml.snakeyaml.representer.SafeRepresenter.RepresentIterator
-
- All Implemented Interfaces:
Represent
- Enclosing class:
- SafeRepresenter
protected class SafeRepresenter.RepresentIterator extends java.lang.Object implements Represent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RepresentIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
representData(java.lang.Object data)
Create a Node
-
-
-
Method Detail
-
representData
public Node representData(java.lang.Object data)
Description copied from interface:Represent
Create a Node- Specified by:
representData
in interfaceRepresent
- Parameters:
data
- the instance to represent- Returns:
- Node to dump
-
-