public RestControllerMethodExecutorFactory() { _withoutContentExecutor = new RestControllerMethodExecutor(); _withContentExecutor = new RestControllerMethodWithContentExecutor(); }
public RestControllerMethodExecutorFactory() { _withoutBodyExecutor = new RestControllerMethodExecutor(); _withBodyExecutor = new RestControllerMethodWithBodyExecutor(); }