public class StelltAllgemeinenAufrufKontextBereitInterceptor<T extends AufrufKontext> extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered
| Constructor and Description |
|---|
StelltAllgemeinenAufrufKontextBereitInterceptor(ma.glasnost.orika.MapperFacade mapper,
AufrufKontextFactory<T> aufrufKontextFactory,
AufrufKontextVerwalter<T> aufrufKontextVerwalter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setOrder(int order) |
public StelltAllgemeinenAufrufKontextBereitInterceptor(ma.glasnost.orika.MapperFacade mapper,
AufrufKontextFactory<T> aufrufKontextFactory,
AufrufKontextVerwalter<T> aufrufKontextVerwalter)
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
Copyright © 2022. All rights reserved.