Package com.networknt.schema.dialect
Class AbstractDialectRegistry
- java.lang.Object
-
- com.networknt.schema.dialect.AbstractDialectRegistry
-
- All Implemented Interfaces:
DialectRegistry
- Direct Known Subclasses:
BasicDialectRegistry
public abstract class AbstractDialectRegistry extends Object implements DialectRegistry
AbstractDialectRegistry.
-
-
Constructor Summary
Constructors Constructor Description AbstractDialectRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DialectloadDialect(String iri, SchemaRegistry schemaFactory)protected Dialect.BuilderloadDialectBuilder(String iri, SchemaRegistry schemaFactory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.networknt.schema.dialect.DialectRegistry
getDialect
-
-
-
-
Method Detail
-
loadDialect
protected Dialect loadDialect(String iri, SchemaRegistry schemaFactory)
-
loadDialectBuilder
protected Dialect.Builder loadDialectBuilder(String iri, SchemaRegistry schemaFactory)
-
-