Uses of Interface
tools.jackson.core.FormatSchema
Packages that use FormatSchema
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of FormatSchema in tools.jackson.core
Methods in tools.jackson.core that return FormatSchemaModifier and TypeMethodDescriptionJsonGenerator.getSchema()Method for accessing Schema that this generator uses, if any.JsonParser.getSchema()Method for accessing Schema that this parser uses, if any.ObjectReadContext.Base.getSchema()ObjectReadContext.getSchema()ObjectWriteContext.Base.getSchema()ObjectWriteContext.getSchema()Methods in tools.jackson.core with parameters of type FormatSchemaModifier and TypeMethodDescriptionabstract booleanTokenStreamFactory.canUseSchema(FormatSchema schema) Method that can be used to quickly check whether given schema is something that parsers and/or generators constructed by this factory could use. -
Uses of FormatSchema in tools.jackson.core.json
Methods in tools.jackson.core.json with parameters of type FormatSchemaModifier and TypeMethodDescriptionbooleanJsonFactory.canUseSchema(FormatSchema schema) Method that can be used to quickly check whether given schema is something that parsers and/or generators constructed by this factory could use. -
Uses of FormatSchema in tools.jackson.core.util
Methods in tools.jackson.core.util that return FormatSchema