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