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