public class ExpandInterceptor extends Object implements ResourceInterceptor
| Constructor and Description |
|---|
ExpandInterceptor(EntityExpanderResolver expanderResolver,
Collection<? extends AdditionalExpandsProvider> additionalExpandsProviders) |
ExpandInterceptor(String expandParameterName,
EntityExpanderResolver expanderResolver,
Collection<? extends AdditionalExpandsProvider> additionalExpandsProviders) |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(MethodInvocation invocation)
Intercepts the method invocation
|
public ExpandInterceptor(EntityExpanderResolver expanderResolver, Collection<? extends AdditionalExpandsProvider> additionalExpandsProviders)
public ExpandInterceptor(String expandParameterName, EntityExpanderResolver expanderResolver, Collection<? extends AdditionalExpandsProvider> additionalExpandsProviders)
public void intercept(MethodInvocation invocation) throws IllegalAccessException, InvocationTargetException
ResourceInterceptorintercept in interface ResourceInterceptorinvocation - Context information about the invocationIllegalAccessExceptionInvocationTargetExceptionCopyright © 2017 Atlassian. All rights reserved.