Class ConstantCodecsRegistry
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.ConstantCodecsRegistry
- All Implemented Interfaces:
CodecsRegistry
-
Constructor Summary
ConstructorDescriptionConstantCodecsRegistry
(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:CodecsRegistry
Return the Codecs class registered for given RIBSupport.- Specified by:
getCodecs
in interfaceCodecsRegistry
- Parameters:
ribSupport
- associated with Codecs class- Returns:
- Codecs
-