Modifier and Type | Field and Description |
---|---|
protected RuntimeException |
cause |
protected RequestScope |
requestScope |
protected Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> |
result |
Modifier | Constructor and Description |
---|---|
|
HandlerResult(RequestScope requestScope,
RuntimeException cause) |
protected |
HandlerResult(RequestScope requestScope,
Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> result) |
Modifier and Type | Method and Description |
---|---|
RequestScope |
getRequestScope() |
Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> |
getResponder() |
protected RequestScope requestScope
protected Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> result
protected RuntimeException cause
protected HandlerResult(RequestScope requestScope, Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> result)
public HandlerResult(RequestScope requestScope, RuntimeException cause)
public Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> getResponder()
public RequestScope getRequestScope()
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.