Interface MessageBodyReaderSet
-
- All Known Implementing Classes:
JaxRsProviders
@Deprecated public interface MessageBodyReaderSetDeprecated.Will be removed in next minor release.Contains a List of wrappedMessageBodyReaders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MessageBodyReadergetBestReader(java.lang.Class<?> paramType, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)Deprecated.Returns the bestMessageBodyReaderin this Set.
-
-
-
Method Detail
-
getBestReader
MessageBodyReader getBestReader(java.lang.Class<?> paramType, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
Deprecated.Returns the bestMessageBodyReaderin this Set.- Parameters:
paramType-genericType-annotations-mediaType- TheMediaType, that should be supported.- Returns:
- the
MessageBodyReader, that best matches the given criteria, or null if no matching MessageBodyReader could be found.
-
-