Interface CodecsRegistry

All Known Implementing Classes:
ConstantCodecsRegistry, OSGiCodecsRegistry

public interface CodecsRegistry
Registry for Codec classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCodecs(RIBSupport<?,?> ribSupport)
    Return the Codecs class registered for given RIBSupport.
  • Method Details

    • getCodecs

      Codecs getCodecs(RIBSupport<?,?> ribSupport)
      Return the Codecs class registered for given RIBSupport.
      Parameters:
      ribSupport - associated with Codecs class
      Returns:
      Codecs