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 java.lang.Object implements RepresentToNode
Create null Node
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RepresentNull()
-
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:RepresentToNode
Create a Node- Specified by:
representData
in interfaceRepresentToNode
- Parameters:
data
- the instance to represent- Returns:
- Node to dump
-
-