Uses of Enum Class
tools.jackson.dataformat.yaml.YAMLSchema
Packages that use YAMLSchema
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).-
Uses of YAMLSchema in tools.jackson.dataformat.yaml
Fields in tools.jackson.dataformat.yaml declared as YAMLSchemaModifier and TypeFieldDescriptionprotected final YAMLSchemaYAMLFactory._schemaYAML schema for underlying parser to follow, if specified.protected YAMLSchemaYAMLFactoryBuilder._schemaYAML schema for underlying parser to follow, if specified; left asnullfor backwards compatibility (which means whatever default settingsSnakeYAMLdeems best).Methods in tools.jackson.dataformat.yaml that return YAMLSchemaModifier and TypeMethodDescriptionstatic YAMLSchemaReturns the enum constant of this class with the specified name.static YAMLSchema[]YAMLSchema.values()Returns an array containing the constants of this enum class, in the order they are declared.YAMLFactoryBuilder.yamlSchema()Methods in tools.jackson.dataformat.yaml with parameters of type YAMLSchemaModifier and TypeMethodDescriptionYAMLFactoryBuilder.yamlSchema(YAMLSchema schema) Method for specifying the YAML schema to use during parsing; ifnullpassed, will letSnakeYAMLuse its default settings.