Class StandardRepresenter.RepresentNull
- java.lang.Object
-
- org.snakeyaml.engine.v2.representer.StandardRepresenter.RepresentNull
-
- All Implemented Interfaces:
RepresentToNode
- Enclosing class:
- StandardRepresenter
protected class StandardRepresenter.RepresentNull extends Object implements RepresentToNode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepresentNull()
-
-
-
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
-
-