Uses of Class
org.apache.juneau.parser.ParserMatch
Packages that use ParserMatch
- 
Uses of ParserMatch in org.apache.juneau.parserMethods 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 aMediaTypeinstance.
- 
Uses of ParserMatch in org.apache.juneau.rest.httppartMethods 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.