| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
YAMLAnchorReplayingParser
A parser that remembers the events of anchored parts in yaml and repeats them
to inline these parts when an alias if found instead of only returning an alias.
|
| Modifier and Type | Method and Description |
|---|---|
protected YAMLParser |
YAMLFactory._createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
YAMLAnchorReplayingFactory._createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
YAMLFactory._createParser(char[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt,
boolean recyclable) |
protected YAMLParser |
YAMLAnchorReplayingFactory._createParser(char[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt,
boolean recyclable) |
protected YAMLParser |
YAMLFactory._createParser(InputStream in,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
YAMLAnchorReplayingFactory._createParser(InputStream input,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
YAMLFactory._createParser(Reader r,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
YAMLAnchorReplayingFactory._createParser(Reader r,
com.fasterxml.jackson.core.io.IOContext ctxt) |
YAMLParser |
YAMLFactory.createParser(byte[] data) |
YAMLParser |
YAMLFactory.createParser(byte[] data,
int offset,
int len) |
YAMLParser |
YAMLFactory.createParser(char[] data) |
YAMLParser |
YAMLFactory.createParser(char[] data,
int offset,
int len) |
YAMLParser |
YAMLFactory.createParser(File f) |
YAMLParser |
YAMLFactory.createParser(InputStream in) |
YAMLParser |
YAMLFactory.createParser(Reader r) |
YAMLParser |
YAMLFactory.createParser(String content) |
YAMLParser |
YAMLFactory.createParser(URL url)
Deprecated.
|
Copyright © 2026 FasterXML. All rights reserved.