Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaRepository
Abstract base class for
SchemaRepository implementations. |
Constructor and Description |
---|
SchemaSourceTransformer(SchemaRepository provider,
Class<S> srcClass,
SchemaSourceRegistry consumer,
Class<D> dstClass,
com.google.common.util.concurrent.AsyncFunction<S,D> function) |
Modifier and Type | Class and Description |
---|---|
class |
SharedSchemaRepository
A
SchemaRepository which allows sharing of SchemaContext as
long as their specification is the same. |
Modifier and Type | Method and Description |
---|---|
static YinTextToDomTransformer |
YinTextToDomTransformer.create(SchemaRepository provider,
SchemaSourceRegistry consumer) |
Modifier and Type | Method and Description |
---|---|
static TextToASTTransformer |
TextToASTTransformer.create(SchemaRepository provider,
SchemaSourceRegistry consumer) |
Copyright © 2018 OpenDaylight. All rights reserved.