public class StelltAllgemeinenAufrufKontextBereitInterceptor<T extends AufrufKontext> extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered
| Constructor and Description |
|---|
StelltAllgemeinenAufrufKontextBereitInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setAufrufKontextFactory(AufrufKontextFactory<T> aufrufKontextFactory) |
void |
setAufrufKontextVerwalter(AufrufKontextVerwalter<T> aufrufKontextVerwalter) |
void |
setDozer(com.github.dozermapper.core.Mapper dozer) |
void |
setOrder(int order) |
public StelltAllgemeinenAufrufKontextBereitInterceptor()
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic void setDozer(com.github.dozermapper.core.Mapper dozer)
public void setAufrufKontextFactory(AufrufKontextFactory<T> aufrufKontextFactory)
public void setAufrufKontextVerwalter(AufrufKontextVerwalter<T> aufrufKontextVerwalter)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
Copyright © 2021. All rights reserved.