public abstract class RestDataTypeAdapter
extends fit.TypeAdapter
implements fitnesse.slim.Converter
| Constructor and Description |
|---|
RestDataTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addError(String e) |
Object |
fromString(String o) |
Object |
get() |
protected Map<String,String> |
getContext() |
List<String> |
getErrors() |
void |
set(Object a) |
void |
setContext(Map<String,String> c)
Used to pass some form of context to the adapter.
|
String |
toString() |
adapterFor, clearDelegatesForNextTest, equals, init, invoke, on, on, on, on, parse, registerParseDelegate, registerParseDelegate, toStringpublic void set(Object a)
set in class fit.TypeAdapterpublic Object get()
get in class fit.TypeAdapterprotected void addError(String e)
public void setContext(Map<String,String> c)
c - the contextCopyright © 2017 smartrics. All rights reserved.