Package org.yaml.snakeyaml.serializer
Interface AnchorGenerator
-
- All Known Implementing Classes:
NumberAnchorGenerator
public interface AnchorGeneratorSupport different anchors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringnextAnchor(Node node)Create a custom anchor to the provided Node
-