public class SimplePOJODataMapper extends AbstractMapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>
Mapper.MappedException<AO>| Modifier | Constructor and Description |
|---|---|
protected |
SimplePOJODataMapper(Constructor<?> initMethod,
Object... initParams) |
| Modifier and Type | Method and Description |
|---|---|
ConcreteMethodInput |
mapInput(AbstractMethodInput abstractInput) |
AbstractMethodOutput |
mapOutput(Object concreteOutput) |
Mapper.MappedException<? extends AbstractMethodOutput> |
mapUnwrappedException(RuntimeException exception) |
void |
post() |
void |
pre() |
mapWrappedExceptionprotected Object _this
protected SimplePOJODataMapper(Constructor<?> initMethod, Object... initParams)
public void pre()
pre in interface Mapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>pre in class AbstractMapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>public void post()
post in interface Mapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>post in class AbstractMapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>public ConcreteMethodInput mapInput(AbstractMethodInput abstractInput)
public AbstractMethodOutput mapOutput(Object concreteOutput)
public Mapper.MappedException<? extends AbstractMethodOutput> mapUnwrappedException(RuntimeException exception) throws SULException, RuntimeException
mapUnwrappedException in interface Mapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>mapUnwrappedException in class AbstractMapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object>SULExceptionRuntimeExceptionCopyright © 2014. All Rights Reserved.