public class ServiceImpl extends Object implements org.aopalliance.intercept.MethodInterceptor, Validatable
| Constructor and Description |
|---|
ServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setMapper(com.github.dozermapper.core.Mapper mapper) |
void |
setMethodMappingSource(MethodMappingSource methodMappingSource) |
void |
validateConfiguration(Class<?> remoteBeanInterface,
Object target)
Überprüft die Konsistenz der Konfiguration.
|
public void setMethodMappingSource(MethodMappingSource methodMappingSource)
public void setMapper(com.github.dozermapper.core.Mapper mapper)
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic void validateConfiguration(Class<?> remoteBeanInterface, Object target)
validateConfiguration in interface ValidatableremoteBeanInterface - die gerufene Schnittstelletarget - die zu rufende Target-BeanCopyright © 2021. All rights reserved.