@Beta
public interface BindingTreeCodecFactory
Modifier and Type | Method and Description |
---|---|
BindingTreeCodec |
create(BindingRuntimeContext context)
Creates Binding Codec Tree for specified Binding runtime context.
|
BindingTreeCodec |
create(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
Class<?>... bindingClasses)
Creates Binding Codec Tree for schema context according to binding
classes.
|
BindingTreeCodec create(BindingRuntimeContext context)
context
- - Binding Runtime Context for which Binding codecs should be
instantiatedBindingTreeCodec create(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext, Class<?>... bindingClasses)
schemaContext
- - schema context for which Binding codecs should be
instantiatedbindingClasses
- - Binding Runtime Context will be constructed using bindings
which contains specified classes, in order to support
deserialization in multi-classloader environmentCopyright © 2019 OpenDaylight. All rights reserved.