Uses of Class
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
-
Packages that use YAMLGenerator 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 YAMLGenerator in com.fasterxml.jackson.dataformat.yaml
Methods in com.fasterxml.jackson.dataformat.yaml that return YAMLGenerator Modifier and Type Method Description protected YAMLGeneratorYAMLFactory. _createGenerator(java.io.Writer out, com.fasterxml.jackson.core.io.IOContext ctxt)protected YAMLGeneratorYAMLFactory. _createUTF8Generator(java.io.OutputStream out, com.fasterxml.jackson.core.io.IOContext ctxt)YAMLGeneratorYAMLGenerator. configure(YAMLGenerator.Feature f, boolean state)YAMLGeneratorYAMLFactory. createGenerator(java.io.OutputStream out)YAMLGeneratorYAMLFactory. createGenerator(java.io.OutputStream out, com.fasterxml.jackson.core.JsonEncoding enc)YAMLGeneratorYAMLFactory. createGenerator(java.io.Writer out)YAMLGeneratorYAMLGenerator. disable(YAMLGenerator.Feature f)YAMLGeneratorYAMLGenerator. enable(YAMLGenerator.Feature f)YAMLGeneratorYAMLGenerator. setPrettyPrinter(com.fasterxml.jackson.core.PrettyPrinter pp)Not sure what to do here; will always indent, but uses YAML-specific settings etc.YAMLGeneratorYAMLGenerator. useDefaultPrettyPrinter()Not sure what to do here; could reset indentation to some value maybe?
-