Uses of Class
org.apache.juneau.rest.matcher.RestMatcher
Packages that use RestMatcher
Package
Description
REST Server API
Predefined Matchers
-
Uses of RestMatcher in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type RestMatcherModifier and TypeMethodDescriptionRestOpContext.Builder.matchers
(RestMatcher... value) Adds one or more matchers to this operation. -
Uses of RestMatcher in org.apache.juneau.rest.matcher
Subclasses of RestMatcher in org.apache.juneau.rest.matcherModifier and TypeClassDescriptionclass
Specialized matcher for matching client versions.class
Predefined matcher for matching requests with content type"multipart/form-data" .class
Predefined matcher for matching requests with content type"application/x-www-form-urlencoded" .Methods in org.apache.juneau.rest.matcher that return RestMatcherModifier and TypeMethodDescriptionRestMatcherList.getOptionalEntries()
Returns the entries in this list that are specified as optional.RestMatcherList.getRequiredEntries()
Returns the entries in this list that are specified as required.Methods in org.apache.juneau.rest.matcher with parameters of type RestMatcherModifier and TypeMethodDescriptionRestMatcherList.Builder.append
(RestMatcher... values) Appends the specified rest matcher objects to the list.