| Modifier and Type | Method and Description |
|---|---|
static BindingToNormalizedNodeCodec |
BindingToNormalizedNodeCodec.newInstance(ClassLoadingStrategy classLoadingStrategy,
DOMSchemaService schemaService) |
| Constructor and Description |
|---|
BindingToNormalizedNodeCodec(ClassLoadingStrategy classLoadingStrategy,
BindingNormalizedNodeCodecRegistry codecRegistry) |
BindingToNormalizedNodeCodec(ClassLoadingStrategy classLoadingStrategy,
BindingNormalizedNodeCodecRegistry codecRegistry,
boolean waitForSchema) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MissingClassInLoadingStrategyException.check(ClassLoadingStrategy strategy,
Class<?> childClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedClassLoadingStrategy |
class |
ModuleInfoBackedContext |
| Modifier and Type | Method and Description |
|---|---|
static ModuleInfoBackedContext |
ModuleInfoBackedContext.create(ClassLoadingStrategy loadingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoadingStrategy |
BindingRuntimeContext.getStrategy()
Returns a class loading strategy associated with this binding runtime context
which is used to load classes.
|
| Modifier and Type | Method and Description |
|---|---|
static BindingRuntimeContext |
BindingRuntimeContext.create(ClassLoadingStrategy strategy,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
Creates Binding Runtime Context from supplied class loading strategy and schema context.
|
Copyright © 2019 OpenDaylight. All rights reserved.