Interface AnchorGenerator
-
- All Known Implementing Classes:
NumberAnchorGenerator
public interface AnchorGeneratorFunctional interface to define Anchor for dumping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnchornextAnchor(org.snakeyaml.engine.v2.nodes.Node node)Create anchor
-
-
-
Method Detail
-
nextAnchor
Anchor nextAnchor(org.snakeyaml.engine.v2.nodes.Node node)
Create anchor- Parameters:
node- - the node to refer to- Returns:
- unique name
-
-