|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeAdapter | |
---|---|
fit |
Uses of TypeAdapter in fit |
---|
Fields in fit declared as TypeAdapter | |
---|---|
protected TypeAdapter[] |
ColumnFixture.columnBindings
|
Methods in fit that return TypeAdapter | |
---|---|
static TypeAdapter |
TypeAdapter.adapterFor(java.lang.Class type)
|
protected TypeAdapter |
ColumnFixture.bindField(java.lang.String name)
|
protected TypeAdapter |
ColumnFixture.bindMethod(java.lang.String name)
|
static TypeAdapter |
TypeAdapter.on(Fixture target,
java.lang.Class type)
|
static TypeAdapter |
TypeAdapter.on(Fixture fixture,
java.lang.reflect.Field field)
|
static TypeAdapter |
TypeAdapter.on(Fixture fixture,
java.lang.reflect.Method method)
|
Methods in fit with parameters of type TypeAdapter | |
---|---|
void |
Fixture.check(Parse cell,
TypeAdapter a)
|
void |
ColumnFixture.check(Parse cell,
TypeAdapter a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |