Modifier and Type | Method and Description |
---|---|
BindingCodecTree |
BindingToNormalizedNodeCodec.create(BindingRuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
BindingCodecTree |
BindingCodecTreeFactory.create(BindingRuntimeContext context)
Creates Binding Codec Tree for specified Binding runtime context.
|
Modifier and Type | Method and Description |
---|---|
void |
DataObjectSerializerGenerator.onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
Notify the generator that the runtime context has been updated.
|
Modifier and Type | Method and Description |
---|---|
static void |
MissingSchemaForClassException.check(BindingRuntimeContext runtimeContext,
Class<?> bindingClass) |
BindingCodecTree |
BindingNormalizedNodeCodecRegistry.create(BindingRuntimeContext context) |
void |
BindingNormalizedNodeCodecRegistry.onBindingRuntimeContextUpdated(BindingRuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
BindingRuntimeContext |
BindingRuntimeContextService.getBindingRuntimeContext()
Deprecated.
Return the current
BindingRuntimeContext . |
Modifier and Type | Method and Description |
---|---|
void |
BindingRuntimeContextListener.onBindingRuntimeContextUpdated(BindingRuntimeContext context)
Deprecated.
|
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.