Uses of Class
org.apache.juneau.rest.processor.ResponseProcessorList.Builder
Packages that use ResponseProcessorList.Builder
Package
Description
REST Server API
HTTP Response Processors
- 
Uses of ResponseProcessorList.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return ResponseProcessorList.BuilderModifier and TypeMethodDescriptionprotected ResponseProcessorList.BuilderRestContext.Builder.createResponseProcessors(BeanStore beanStore, Supplier<?> resource) Instantiates the response processor list sub-builder.RestContext.Builder.responseProcessors()Returns the response processor list sub-builder.
- 
Uses of ResponseProcessorList.Builder in org.apache.juneau.rest.processorMethods in org.apache.juneau.rest.processor that return ResponseProcessorList.BuilderModifier and TypeMethodDescriptionAppends the specified rest response processor classes to the list.ResponseProcessorList.Builder.add(ResponseProcessor... values) Appends the specified rest response processor objects to the list.Static creator.Constructors in org.apache.juneau.rest.processor with parameters of type ResponseProcessorList.BuilderModifierConstructorDescriptionprotectedConstructor.