Class ConstantCodecsRegistry
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.ConstantCodecsRegistry
- All Implemented Interfaces:
 CodecsRegistry
- 
Constructor Summary
ConstructorsConstructorDescriptionConstantCodecsRegistry(org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree)  - 
Method Summary
Modifier and TypeMethodDescriptiongetCodecs(RIBSupport<?, ?> ribSupport) Return the Codecs class registered for given RIBSupport. 
- 
Constructor Details
- 
ConstantCodecsRegistry
@Inject public ConstantCodecsRegistry(org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree)  
 - 
 - 
Method Details
- 
getCodecs
Description copied from interface:CodecsRegistryReturn the Codecs class registered for given RIBSupport.- Specified by:
 getCodecsin interfaceCodecsRegistry- Parameters:
 ribSupport- associated with Codecs class- Returns:
 - Codecs
 
 
 -