Package org.codehaus.jackson.format
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
- Since:
- 1.8
-
Interface Summary Interface Description InputAccessor Interface used to expose beginning of a data file to data format detection code. -
Class Summary Class Description DataFormatDetector Simple helper class that allows data format (content type) auto-detection, given an ordered set ofJsonFactory
instances to use for actual low-level detection.DataFormatMatcher Result object constructed byDataFormatDetector
when requested to detect format of given input data.InputAccessor.Std Basic implementation that reads data from givenInputStream
and buffers it as necessary. -
Enum Summary Enum Description MatchStrength Enumeration used to indicate strength of match between data format and piece of data (typically beginning of a data file).