public class DefaultExecutor extends Object implements Executor
| Constructor and Description |
|---|
DefaultExecutor() |
| Modifier and Type | Method and Description |
|---|---|
<T,R,PR> PR |
execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params,
Function<R,PR> resultParser) |
Copyright © 2018. All rights reserved.