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