org.yaml.snakeyaml.serializer
Class NumberAnchorGenerator

java.lang.Object
  extended by org.yaml.snakeyaml.serializer.NumberAnchorGenerator
All Implemented Interfaces:
AnchorGenerator

public class NumberAnchorGenerator
extends Object
implements AnchorGenerator


Constructor Summary
NumberAnchorGenerator(int lastAnchorId)
           
 
Method Summary
 String nextAnchor(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberAnchorGenerator

public NumberAnchorGenerator(int lastAnchorId)
Method Detail

nextAnchor

public String nextAnchor(Node node)
Specified by:
nextAnchor in interface AnchorGenerator


Copyright © 2008–2017. All rights reserved.