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