Package org.yaml.snakeyaml.serializer
Class NumberAnchorGenerator
- java.lang.Object
-
- org.yaml.snakeyaml.serializer.NumberAnchorGenerator
-
- All Implemented Interfaces:
AnchorGenerator
public class NumberAnchorGenerator extends Object implements AnchorGenerator
-
-
Constructor Summary
Constructors Constructor Description NumberAnchorGenerator(int lastAnchorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextAnchor(Node node)Create the anchor name or keep the one when it was already created in the node by the low level API
-
-
-
Method Detail
-
nextAnchor
public String nextAnchor(Node node)
Create the anchor name or keep the one when it was already created in the node by the low level API- Specified by:
nextAnchorin interfaceAnchorGenerator- Parameters:
node- - the data to anchor- Returns:
- unique anchor name or existing anchor name
-
-