Interface DynamicBindingDataCodec
- All Superinterfaces:
BindingDataCodec
- All Known Implementing Classes:
BindingCodecContext
,DefaultDynamicBindingDataCodec
,GlobalBindingDOMCodecServices
A
BindingDataCodec
for dynamic environments. Exposes the underlying BindingRuntimeContext
.-
Method Summary
Modifier and TypeMethodDescriptiondefault EffectiveModelContext
Returns theEffectiveModelContext
of this codec.Return theBindingRuntimeContext
of this codec.Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingDataCodec
nodeSerializer, tree, writerFactory
-
Method Details
-
runtimeContext
BindingRuntimeContext runtimeContext()Return theBindingRuntimeContext
of this codec.- Returns:
- the
BindingRuntimeContext
of this codec
-
modelContext
Description copied from interface:BindingDataCodec
Returns theEffectiveModelContext
of this codec.- Specified by:
modelContext
in interfaceBindingDataCodec
- Returns:
- the
EffectiveModelContext
of this codec
-