Modifier and Type | Method and Description |
---|---|
BindingTreeCodec |
BindingTreeCodecFactory.create(BindingRuntimeContext context)
Creates Binding Codec Tree for specified Binding runtime context.
|
BindingTreeCodec |
BindingTreeCodecFactory.create(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
Class<?>... bindingClasses)
Creates Binding Codec Tree for schema context according to binding
classes.
|
Modifier and Type | Method and Description |
---|---|
BindingTreeCodec |
BindingToNormalizedNodeCodec.create(BindingRuntimeContext context) |
BindingTreeCodec |
BindingToNormalizedNodeCodec.create(org.opendaylight.yangtools.yang.model.api.SchemaContext context,
Class<?>... bindingClasses) |
BindingTreeCodec |
BindingNormalizedNodeCodecRegistry.getCodecContext()
Get binding tree codec context.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingCodecContext
Binding codec context for holding runtime part and codecs.
|
Copyright © 2019 OpenDaylight. All rights reserved.