public abstract class GenericExecutionBuilder<T,FUNCTION,PARAM,GET_PARAM_RESULT,R,PR> extends AbstractExecutionBuilder<T,FUNCTION,R,PR>
| Constructor and Description |
|---|
GenericExecutionBuilder(T executingObject,
FUNCTION executionStrategy,
ExecutionConfig<T> config) |
GenericExecutionBuilder(T executingObject,
FUNCTION executionStrategy,
ExecutionConfig<T> config,
Function<R,PR> resultParser) |
GenericExecutionBuilder(T executingObject,
FUNCTION executionStrategy,
ExecutionConfig<T> config,
List<Object> params,
Function<R,PR> resultParser) |
| Modifier and Type | Method and Description |
|---|---|
<F> GET_PARAM_RESULT |
withParam(F from,
Function<F,PARAM> converter) |
abstract GET_PARAM_RESULT |
withParam(PARAM currentParam) |
getConfig, getExecutingObject, getExecutionStrategy, getParams, getResultParserpublic GenericExecutionBuilder(T executingObject, FUNCTION executionStrategy, ExecutionConfig<T> config, List<Object> params, Function<R,PR> resultParser)
public GenericExecutionBuilder(T executingObject, FUNCTION executionStrategy, ExecutionConfig<T> config, Function<R,PR> resultParser)
public GenericExecutionBuilder(T executingObject, FUNCTION executionStrategy, ExecutionConfig<T> config)
public abstract GET_PARAM_RESULT withParam(PARAM currentParam)
public <F> GET_PARAM_RESULT withParam(F from, Function<F,PARAM> converter)
Copyright © 2018. All rights reserved.