Uses of Class
org.apache.juneau.rest.matcher.RestMatcherList.Builder
Packages that use RestMatcherList.Builder
Package
Description
REST Server API
Predefined Matchers
- 
Uses of RestMatcherList.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestMatcherList.BuilderModifier and TypeMethodDescriptionprotected RestMatcherList.BuilderRestOpContext.Builder.createMatchers(BeanStore beanStore, Supplier<?> resource) Instantiates the matcher list sub-builder.RestOpContext.Builder.matchers()Returns the matcher list sub-builder.
- 
Uses of RestMatcherList.Builder in org.apache.juneau.rest.matcherMethods in org.apache.juneau.rest.matcher that return RestMatcherList.BuilderModifier and TypeMethodDescriptionRestMatcherList.Builder.append(Class<? extends RestMatcher>... values) Appends the specified rest matcher classes to the list.RestMatcherList.Builder.append(RestMatcher... values) Appends the specified rest matcher objects to the list.static RestMatcherList.BuilderStatic creator.Constructors in org.apache.juneau.rest.matcher with parameters of type RestMatcherList.BuilderModifierConstructorDescriptionprotectedRestMatcherList(RestMatcherList.Builder builder) Constructor.