Package org.jboss.resteasy.util
Class MediaTypeMatcher<T>
java.lang.Object
org.jboss.resteasy.util.MediaTypeMatcher<T>
Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypes
- Version:
- $Revision: 1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRepresentations
(Map<javax.ws.rs.core.MediaType, T> representations)
-
Field Details
-
representations
-
-
Constructor Details
-
MediaTypeMatcher
public MediaTypeMatcher()
-
-
Method Details
-
getRepresentations
-
setRepresentations
-
match
-