public class StorageParser extends Object
| Constructor and Description |
|---|
StorageParser(File source) |
StorageParser(InputStream source) |
StorageParser(String source) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
executeResponse(ParserCall call,
Object currentRequest) |
protected ParserCall |
findCall(Object currentRequest) |
Object |
get(Object request)
Throws ResultNotFoundException if no matching response was found.
|
protected List<Transformer> |
getRequestAndResponseTransformers() |
public StorageParser(File source)
public StorageParser(InputStream source)
public StorageParser(String source)
public Object get(Object request)
protected ParserCall findCall(Object currentRequest)
protected Object executeResponse(ParserCall call, Object currentRequest) throws Throwable
Throwableprotected List<Transformer> getRequestAndResponseTransformers()
Copyright © 2016. All rights reserved.