Class FormatDetector.Result
java.lang.Object
gov.nist.secauto.metaschema.databind.io.FormatDetector.Result
- Enclosing class:
- FormatDetector
-
Method Summary
Modifier and TypeMethodDescriptionGet anInputStream
that can be used to read the analyzed data from the start.Get the detected format.com.fasterxml.jackson.core.format.MatchStrength
Get the strength of the match.
-
Method Details
-
getFormat
Get the detected format.- Returns:
- the format
-
getDataStream
Get anInputStream
that can be used to read the analyzed data from the start.- Returns:
- the stream
-
getMatchStrength
Get the strength of the match.- Returns:
- the strength
-