Uses of Class
tools.jackson.dataformat.yaml.util.StringQuotingChecker
Packages that use StringQuotingChecker
Package
Description
Main abstractions for Jackson YAML format backend, including
streaming reader ((
YAMLParser),
writer (YAMLGenerator)
(and factory to create them, YAMLFactory)
as well as mapper (YAMLMapper).Helper classes for YAML backend.
-
Uses of StringQuotingChecker in tools.jackson.dataformat.yaml
Fields in tools.jackson.dataformat.yaml declared as StringQuotingCheckerModifier and TypeFieldDescriptionprotected final StringQuotingCheckerYAMLFactory._quotingCheckerHelper object used to determine whether property names, String values must be quoted or not.protected StringQuotingCheckerYAMLFactoryBuilder._quotingCheckerHelper object used to determine whether property names, String values must be quoted or not.protected final StringQuotingCheckerYAMLGenerator._quotingCheckerMethods in tools.jackson.dataformat.yaml that return StringQuotingCheckerMethods in tools.jackson.dataformat.yaml with parameters of type StringQuotingCheckerModifier and TypeMethodDescriptionYAMLFactoryBuilder.stringQuotingChecker(StringQuotingChecker sqc) Method for specifying either customStringQuotingCheckerto use instead of default one, or, that default one (seeStringQuotingChecker.Default.instance()) is to be used (when passingnullConstructors in tools.jackson.dataformat.yaml with parameters of type StringQuotingCheckerModifierConstructorDescriptionYAMLGenerator(tools.jackson.core.ObjectWriteContext writeContext, tools.jackson.core.io.IOContext ioCtxt, int streamWriteFeatures, int yamlFeatures, StringQuotingChecker quotingChecker, Writer out, org.snakeyaml.engine.v2.common.SpecVersion version, org.snakeyaml.engine.v2.api.DumpSettings dumpOptions) -
Uses of StringQuotingChecker in tools.jackson.dataformat.yaml.util
Subclasses of StringQuotingChecker in tools.jackson.dataformat.yaml.utilModifier and TypeClassDescriptionstatic classDefaultStringQuotingCheckerimplementation used unless custom implementation registered.