Package com.io7m.smfj.validation.api
Interface SMFSchemaParserType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface SMFSchemaParserType extends java.io.CloseableThe type of schema parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SMFPartialLogged<SMFSchema>parseSchema()
-
-
-
Method Detail
-
parseSchema
SMFPartialLogged<SMFSchema> parseSchema()
- Returns:
- A parsed schema, or a list of parse errors
-
-