Uses of Class
org.codehaus.jackson.format.DataFormatMatcher
Packages that use DataFormatMatcher
Package
Description
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
-
Uses of DataFormatMatcher in org.codehaus.jackson.format
Methods in org.codehaus.jackson.format that return DataFormatMatcherModifier and TypeMethodDescriptionInputAccessor.Std.createMatcher
(JsonFactory match, MatchStrength matchStrength) DataFormatDetector.findFormat
(byte[] fullInputData) Method to call to find format that given content (full document) has, as per configuration of this detector instance.DataFormatDetector.findFormat
(InputStream in) Method to call to find format that content (accessible via givenInputStream
) given has, as per configuration of this detector instance.