Class OSGiCodecsRegistry
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.OSGiCodecsRegistry
-
- All Implemented Interfaces:
CodecsRegistry
@Beta public final class OSGiCodecsRegistry extends Object implements CodecsRegistry
-
-
Constructor Summary
Constructors Constructor Description OSGiCodecsRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Codecs
getCodecs(RIBSupport<?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.
-
-
-
Method Detail
-
getCodecs
public Codecs getCodecs(RIBSupport<?,?> ribSupport)
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
-
-