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.rest
Methods in org.apache.juneau.rest that return RestMatcherList.BuilderModifier and TypeMethodDescriptionprotected RestMatcherList.Builder
RestOpContext.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.matcher
Methods 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.Builder
Static creator.Constructors in org.apache.juneau.rest.matcher with parameters of type RestMatcherList.BuilderModifierConstructorDescriptionprotected
RestMatcherList
(RestMatcherList.Builder builder) Constructor.