fit
public class TypeAdapter extends Object
Field Summary | |
---|---|
Field | field |
Fixture | fixture |
Method | method |
Object | target |
Class | type |
Method Summary | |
---|---|
static TypeAdapter | adapterFor(Class type) |
boolean | equals(Object a, Object b) |
Object | get() |
protected void | init(Fixture fixture, Class type) |
Object | invoke() |
static TypeAdapter | on(Fixture target, Class type) |
static TypeAdapter | on(Fixture fixture, Field field) |
static TypeAdapter | on(Fixture fixture, Method method) |
Object | parse(String s) |
void | set(Object value) |
String | toString(Object o) |