Package com.fasterxml.jackson.dataformat.yaml.util
package com.fasterxml.jackson.dataformat.yaml.util
Helper classes for YAML backend.
- Since:
- 2.12
-
ClassesClassDescriptionHelper class that defines API used by
YAMLGenerator
to check whether property names and String values need to be quoted or not.DefaultStringQuotingChecker
implementation used unless custom implementation registered.