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