- All Implemented Interfaces:
- SchemaReaderFactory
public class SchemaReaderLoader
extends Object
implements SchemaReaderFactory
A SchemaReaderFactory that automatically discovers SchemaReader implementations.
For a SchemeaReader implementation to be discoverable by this class, it must have
a factory class with a no-argument constructor implementing SchemaReaderFactory,
and the fully-qualified name of this factory class must be listed in the file
META-INF/services/com.thaiopensource.validate.SchemaReaderFactory
.