@Beta public final class SchemaContextFactoryConfiguration extends Object implements Immutable
SchemaContextFactoryConfiguration supports currently the following options to be set:
Modifier and Type | Class and Description |
---|---|
static class |
SchemaContextFactoryConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static SchemaContextFactoryConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
static SchemaContextFactoryConfiguration |
getDefault() |
Optional<com.google.common.collect.SetMultimap<QNameModule,QNameModule>> |
getModulesDeviatedByModules() |
SchemaSourceFilter |
getSchemaSourceFilter() |
StatementParserMode |
getStatementParserMode() |
Optional<Set<QName>> |
getSupportedFeatures() |
int |
hashCode() |
String |
toString() |
public SchemaSourceFilter getSchemaSourceFilter()
public StatementParserMode getStatementParserMode()
public Optional<com.google.common.collect.SetMultimap<QNameModule,QNameModule>> getModulesDeviatedByModules()
public static SchemaContextFactoryConfiguration getDefault()
public static SchemaContextFactoryConfiguration.Builder builder()
Copyright © 2019 OpenDaylight. All rights reserved.