M - the marshaller typeprotected abstract static class AbstractJsonMarshalTester.FieldInitializer<M> extends Object
initFields.| Modifier | Constructor and Description | 
|---|---|
| protected  | FieldInitializer(Class<? extends AbstractJsonMarshalTester> testerClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract AbstractJsonMarshalTester<Object> | createTester(Class<?> resourceLoadClass,
            ResolvableType type,
            M marshaller) | 
| protected void | doWithField(Field field,
           Object test,
           ObjectFactory<M> marshaller) | 
| void | initFields(Object testInstance,
          M marshaller) | 
| void | initFields(Object testInstance,
          ObjectFactory<M> marshaller) | 
protected FieldInitializer(Class<? extends AbstractJsonMarshalTester> testerClass)
public void initFields(Object testInstance, ObjectFactory<M> marshaller)
protected void doWithField(Field field, Object test, ObjectFactory<M> marshaller)
protected abstract AbstractJsonMarshalTester<Object> createTester(Class<?> resourceLoadClass, ResolvableType type, M marshaller)