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