public interface BindingCodecTreeFactory extends 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)
create in interface BindingCodecTreeFactorycontext - Binding Runtime Context for which Binding codecs should be
            instantiated.@Beta BindingCodecTree create(org.opendaylight.yangtools.yang.model.api.SchemaContext context, Class<?>... bindingClasses)
create in interface BindingCodecTreeFactorycontext - 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 © 2018 OpenDaylight. All rights reserved.