Uses of Class
gov.nist.secauto.metaschema.databind.io.ModelDetector.Result
Package
Description
Provides core functionality for reading and writing instance data to and from
bound objects.
-
Uses of ModelDetector.Result in gov.nist.secauto.metaschema.databind.io
Modifier and TypeMethodDescription@Owning ModelDetector.Result
ModelDetector.detect
(InputStream inputStream, Format format) Analyzes the data from the providedinputStream
to determine it's model.@Owning ModelDetector.Result
DefaultBoundLoader.detectModel
(InputStream is, Format format) IBoundLoader.detectModel
(InputStream is, Format format) Determine the model of the provided resource.