Package com.fasterxml.jackson.core.format
package com.fasterxml.jackson.core.format
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
-
ClassDescriptionSimple helper class that allows data format (content type) auto-detection, given an ordered set of
JsonFactoryinstances to use for actual low-level detection.Result object constructed byDataFormatDetectorwhen requested to detect format of given input data.Interface used to expose beginning of a data file to data format detection code.Basic implementation that reads data from givenInputStreamand buffers it as necessary.Enumeration used to indicate strength of match between data format and piece of data (typically beginning of a data file).