Uses of Class
org.apache.juneau.rest.guard.RestGuardList.Builder
Packages that use RestGuardList.Builder
- 
Uses of RestGuardList.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestGuardList.BuilderModifier and TypeMethodDescriptionprotected RestGuardList.BuilderRestOpContext.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.guardMethods 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.BuilderStatic creator.Constructors in org.apache.juneau.rest.guard with parameters of type RestGuardList.BuilderModifierConstructorDescriptionprotectedRestGuardList(RestGuardList.Builder builder) Constructor.