public interface MimeTypeToTransformerMapper
Modifier and Type | Field and Description |
---|---|
static String |
ID_KEY |
static String |
MIME_TYPE_KEY |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
findMatches(Class<T> clazz,
MimeType mimeType) |
static final String MIME_TYPE_KEY
static final String ID_KEY
<T> List<T> findMatches(Class<T> clazz, MimeType mimeType)
clazz
- The Class type of the matching servicesmimeType
- MimeType
objectnull
MimeType
will return all the matching services of the service type
specified in the clazz argument. If no services are matched then an empty List
is
returned.This work is licensed under a Creative Commons Attribution 4.0 International License.