See: Description
| Interface | Description | 
|---|---|
| InputAccessor | Interface used to expose beginning of a data file to data format
 detection code. | 
| Class | Description | 
|---|---|
| DataFormatDetector | Simple helper class that allows data format (content type) auto-detection,
 given an ordered set of  JsonFactoryinstances to use for actual low-level
 detection. | 
| DataFormatMatcher | Result object constructed by  DataFormatDetectorwhen requested
 to detect format of given input data. | 
| InputAccessor.Std | Basic implementation that reads data from given
  InputStreamand buffers it as necessary. | 
| Enum | Description | 
|---|---|
| MatchStrength | Enumeration used to indicate strength of match between data format
 and piece of data (typically beginning of a data file). | 
Copyright © 2008-2016 FasterXML. All Rights Reserved.