Package | Description |
---|---|
org.opendaylight.mdsal.binding.generator.impl | |
org.opendaylight.mdsal.binding.generator.util | |
org.opendaylight.yangtools.binding.data.codec.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
MissingClassInLoadingStrategyException.check(ClassLoadingStrategy strategy,
Class<?> childClass) |
Copyright © 2018 OpenDaylight. All rights reserved.