Class YAMLAnchorReplayingFactory

java.lang.Object
tools.jackson.core.TokenStreamFactory
tools.jackson.core.base.DecorableTSFactory
tools.jackson.core.base.TextualTSFactory
tools.jackson.dataformat.yaml.YAMLFactory
tools.jackson.dataformat.yaml.YAMLAnchorReplayingFactory
All Implemented Interfaces:
Serializable, tools.jackson.core.util.Snapshottable<tools.jackson.core.TokenStreamFactory>, tools.jackson.core.Versioned

public class YAMLAnchorReplayingFactory extends YAMLFactory
A subclass of YAMLFactory with the only purpose to replace the YAMLParser by the YAMLAnchorReplayingParser subclass.
Since:
2.19
See Also: