| Modifier and Type | Method and Description | 
|---|---|
BindingTreeCodec | 
BindingTreeCodecFactory.create(BindingRuntimeContext context)
Creates Binding Codec Tree for specified Binding runtime context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeNodeSerializerGenerator.onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
Notify the generator that the runtime context has been updated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractStreamWriterGenerator.onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingTreeCodec | 
BindingToNormalizedNodeCodec.create(BindingRuntimeContext context)  | 
BindingCodecContext | 
BindingNormalizedNodeCodecRegistry.create(BindingRuntimeContext context)  | 
void | 
BindingNormalizedNodeCodecRegistry.onBindingRuntimeContextUpdated(BindingRuntimeContext context)
Create codec context based on runtime context and notify generator that runtime context has been
 updated. 
 | 
| Constructor and Description | 
|---|
IdentityCodec(BindingRuntimeContext context)
Prepared binding runtime context for identity codec. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BindingRuntimeContext | 
BindingCodecContext.getRuntimeContext()  | 
BindingRuntimeContext | 
NodeCodecContext.CodecContextFactory.getRuntimeContext()
Returns immutable runtime context associated with this factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MissingSchemaForClassException.check(BindingRuntimeContext runtimeContext,
     Class<?> bindingClass)  | 
| Constructor and Description | 
|---|
BindingCodecContext(BindingRuntimeContext context,
                   BindingNormalizedNodeCodecRegistry registry)
Prepare runtime context and codec registry. 
 | 
| 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 © 2018 OpenDaylight. All rights reserved.