Uses of Class
com.fasterxml.jackson.dataformat.yaml.YAMLAnchorReplayingParser.AnchorContext
-
Packages that use YAMLAnchorReplayingParser.AnchorContext Package Description com.fasterxml.jackson.dataformat.yaml Main abstractions for Jackson YAML format backend, including streaming reader ((YAMLParser), writer (YAMLGenerator) (and factory to create them,YAMLFactory) as well as mapper (YAMLMapper). -
-
Uses of YAMLAnchorReplayingParser.AnchorContext in com.fasterxml.jackson.dataformat.yaml
Fields in com.fasterxml.jackson.dataformat.yaml with type parameters of type YAMLAnchorReplayingParser.AnchorContext Modifier and Type Field Description private java.util.ArrayDeque<YAMLAnchorReplayingParser.AnchorContext>YAMLAnchorReplayingParser. tokenStackCollects nested anchor definitionsMethods in com.fasterxml.jackson.dataformat.yaml with parameters of type YAMLAnchorReplayingParser.AnchorContext Modifier and Type Method Description private voidYAMLAnchorReplayingParser. finishContext(YAMLAnchorReplayingParser.AnchorContext context)
-