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 Details

    • ConstantCodecsRegistry

      @Inject public ConstantCodecsRegistry(org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree)
  • Method Details

    • getCodecs

      public Codecs getCodecs(RIBSupport<?,?> ribSupport)
      Description copied from interface: CodecsRegistry
      Return the Codecs class registered for given RIBSupport.
      Specified by:
      getCodecs in interface CodecsRegistry
      Parameters:
      ribSupport - associated with Codecs class
      Returns:
      Codecs