Uses of Class
org.apache.juneau.rest.guard.RestGuardList.Builder
Packages that use RestGuardList.Builder
-
Uses of RestGuardList.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RestGuardList.BuilderModifier and TypeMethodDescriptionprotected RestGuardList.Builder
RestOpContext.Builder.createGuards
(BeanStore beanStore, Supplier<?> resource) Instantiates the guard list sub-builder.RestOpContext.Builder.guards()
Returns the guard list sub-builder. -
Uses of RestGuardList.Builder in org.apache.juneau.rest.guard
Methods in org.apache.juneau.rest.guard that return RestGuardList.BuilderModifier and TypeMethodDescriptionAppends the specified rest matcher classes to the list.Appends the specified rest matcher objects to the list.static RestGuardList.Builder
Static creator.Constructors in org.apache.juneau.rest.guard with parameters of type RestGuardList.BuilderModifierConstructorDescriptionprotected
RestGuardList
(RestGuardList.Builder builder) Constructor.