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.restMethods 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.matcherSubclasses of RestMatcher in org.apache.juneau.rest.matcherModifier and TypeClassDescriptionclassSpecialized matcher for matching client versions.classPredefined matcher for matching requests with content type"multipart/form-data" .classPredefined 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.