Uses of Class
dev.metaschema.databind.io.FormatDetector.Result
Packages that use FormatDetector.Result
Package
Description
Provides core functionality for reading and writing Metaschema instance data
to and from bound Java objects.
-
Uses of FormatDetector.Result in dev.metaschema.databind.io
Methods in dev.metaschema.databind.io that return FormatDetector.ResultModifier and TypeMethodDescriptionFormatDetector.detect(InputStream inputStream) Analyzes the data from the providedinputStreamto determine it's format.Analyzes the providedresourceto determine it's format.DefaultBoundLoader.detectFormat(InputStream is, URI resource) IBoundLoader.detectFormat(InputStream is, URI resource) Determine the format of the provided resource.