Uses of Class
org.apache.juneau.parser.ParserMatch
Packages that use ParserMatch
-
Uses of ParserMatch in org.apache.juneau.parser
Methods in org.apache.juneau.parser that return ParserMatchModifier and TypeMethodDescriptionParserSet.getParserMatch
(String contentTypeHeader) Searches the group for a parser that can handle the specifiedContent-Type header value.ParserSet.getParserMatch
(MediaType mediaType) Same asParserSet.getParserMatch(String)
but matches using aMediaType
instance. -
Uses of ParserMatch in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return types with arguments of type ParserMatchModifier and TypeMethodDescriptionRequestContent.getParserMatch()
Returns the parser and media type matching the requestContent-Type header.