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