public class TransformerContext extends Object
| Constructor and Description |
|---|
TransformerContext() |
| Modifier and Type | Method and Description |
|---|---|
ParserCall |
getCall() |
Object |
getCurrentRequest() |
ParserContext |
getParserContext() |
boolean |
hasStorageCallRequest() |
boolean |
hasStorageCallResponse() |
TransformerContext |
setCall(ParserCall call) |
TransformerContext |
setCurrentRequest(Object currentRequest) |
TransformerContext |
setParserContext(ParserContext parserContext) |
public Object getCurrentRequest()
public TransformerContext setCurrentRequest(Object currentRequest)
public ParserContext getParserContext()
public TransformerContext setParserContext(ParserContext parserContext)
public ParserCall getCall()
public TransformerContext setCall(ParserCall call)
public boolean hasStorageCallRequest()
public boolean hasStorageCallResponse()
Copyright © 2016. All rights reserved.