public class StorageParser extends Object
| Constructor and Description |
|---|
StorageParser(File source) |
StorageParser(InputStream source) |
StorageParser(ParserContext context) |
StorageParser(String source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsObject(Object request) |
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 StorageParser(ParserContext context)
public Object get(Object request)
public boolean containsObject(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.