Class StandardRepresenter.RepresentBoolean
java.lang.Object
org.snakeyaml.engine.v2.representer.StandardRepresenter.RepresentBoolean
- All Implemented Interfaces:
RepresentToNode
- Enclosing class:
StandardRepresenter
Create Node for Boolean
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RepresentBoolean
public RepresentBoolean()
-
-
Method Details
-
representData
Description copied from interface:RepresentToNode
Create a Node- Specified by:
representData
in interfaceRepresentToNode
- Parameters:
data
- the instance to represent- Returns:
- Node to dump
-