- All Known Implementing Classes:
JacksonProvider,JsonbProvider,JsonpProvider
public interface MediaSupportProvider
Java service loader interface.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringConfig key expected undermedia-support.services.config.Create a new service instance based on configuration.
-
Method Details
-
configKey
Config key expected undermedia-support.services.config.- Returns:
- name of the configuration node of this service
-
create
Create a new service instance based on configuration.- Parameters:
config- configuration of this service, never null- Returns:
- a new media service instance
-