|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormatDetector | |
---|---|
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. |
Uses of DataFormatDetector in com.fasterxml.jackson.core.format |
---|
Methods in com.fasterxml.jackson.core.format that return DataFormatDetector | |
---|---|
DataFormatDetector |
DataFormatDetector.withMaxInputLookahead(int lookaheadBytes)
Method that will return a detector instance that allows detectors to read up to specified number of bytes when determining format match strength. |
DataFormatDetector |
DataFormatDetector.withMinimalMatch(MatchStrength minMatch)
Method that will return a detector instance that uses given minimal match level; match that may be returned unless a stronger match is found with other format detectors. |
DataFormatDetector |
DataFormatDetector.withOptimalMatch(MatchStrength optMatch)
Method that will return a detector instance that uses given optimal match level (match that is considered sufficient to return, without trying to find stronger matches with other formats). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |