Package org.yaml.snakeyaml.representer
Class SafeRepresenter.RepresentBoolean
java.lang.Object
org.yaml.snakeyaml.representer.SafeRepresenter.RepresentBoolean
- All Implemented Interfaces:
Represent
- Enclosing class:
SafeRepresenter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RepresentBoolean
protected RepresentBoolean()
-
-
Method Details
-
representData
Description copied from interface:RepresentCreate a Node- Specified by:
representDatain interfaceRepresent- Parameters:
data- the instance to represent- Returns:
- Node to dump
-