public static final class DefaultRequestDispatcher.Builder extends Object
public DefaultRequestDispatcher.Builder withHandlerAdapters(Collection<HandlerAdapter> adapters)
public DefaultRequestDispatcher.Builder withHandlerAdapters(HandlerAdapter... adapters)
public DefaultRequestDispatcher.Builder addHandlerAdapter(HandlerAdapter adapter)
public DefaultRequestDispatcher.Builder withRequestMappers(Collection<RequestMapper> requestMappers)
public DefaultRequestDispatcher.Builder withRequestMappers(RequestMapper... requestMappers)
public DefaultRequestDispatcher.Builder addRequestMapper(RequestMapper requestMapper)
public DefaultRequestDispatcher.Builder withExceptionMapper(ExceptionMapper exceptionMapper)
public DefaultRequestDispatcher.Builder withRequestInterceptors(Collection<RequestInterceptor> requestInterceptors)
public DefaultRequestDispatcher.Builder withRequestInterceptors(RequestInterceptor... requestInterceptors)
public DefaultRequestDispatcher.Builder addRequestInterceptor(RequestInterceptor requestInterceptor)
public DefaultRequestDispatcher.Builder withResponseInterceptors(Collection<ResponseInterceptor> responseInterceptors)
public DefaultRequestDispatcher.Builder withResponseInterceptors(ResponseInterceptor... responseInterceptors)
public DefaultRequestDispatcher.Builder addResponseInterceptor(ResponseInterceptor responseInterceptor)
public DefaultRequestDispatcher build()
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.