public class MediaTypeMatcher<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<MediaType,T> |
representations |
Constructor and Description |
---|
MediaTypeMatcher() |
Modifier and Type | Method and Description |
---|---|
Map<MediaType,T> |
getRepresentations() |
T |
match(List<MediaType> accepts) |
void |
setRepresentations(Map<MediaType,T> representations) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.