public class InterceptorChainBuilder extends Object
InterceptorChain resource by building the
chain from the method then class then package, then default interceptors passed into the constructor.
This is a private class and used by the EntityParamDispatchProviderWrapper
and MultipartFormDispatchProvider
which both will use this helper class to wrap calls to rest methods with interceptors.| Constructor and Description |
|---|
InterceptorChainBuilder(com.atlassian.plugin.module.ContainerManagedPlugin plugin,
ResourceInterceptor... resourceInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceInterceptor> |
getResourceInterceptorsForMethod(Method m) |
public InterceptorChainBuilder(com.atlassian.plugin.module.ContainerManagedPlugin plugin,
ResourceInterceptor... resourceInterceptors)
public List<ResourceInterceptor> getResourceInterceptorsForMethod(Method m)
Copyright © 2017 Atlassian. All rights reserved.