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.AutowireCapablePlugin plugin,
ResourceInterceptor... resourceInterceptors) |
public InterceptorChainBuilder(com.atlassian.plugin.AutowireCapablePlugin plugin,
ResourceInterceptor... resourceInterceptors)
public List<ResourceInterceptor> getResourceInterceptorsForMethod(Method m)
Copyright © 2014 Atlassian. All rights reserved.