Interface SchemaValidator
-
- All Known Implementing Classes:
AvroSchemaValidator
public interface SchemaValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck(java.lang.String schema)
-
-
-
Method Detail
-
check
void check(java.lang.String schema) throws InvalidSchemaException- Throws:
InvalidSchemaException
-
-