Interface CodecsRegistry
-
- All Known Implementing Classes:
ConstantCodecsRegistry
,OSGiCodecsRegistry
public interface CodecsRegistry
Registry for Codec classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Codecs
getCodecs(RIBSupport<?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.
-
-
-
Method Detail
-
getCodecs
Codecs getCodecs(RIBSupport<?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.- Parameters:
ribSupport
- associated with Codecs class- Returns:
- Codecs
-
-