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,
org.springframework.core.ResolvableType type,
M marshaller) | 
| protected void | doWithField(Field field,
Object test,
org.springframework.beans.factory.ObjectFactory<M> marshaller) | 
| void | initFields(Object testInstance,
M marshaller) | 
| void | initFields(Object testInstance,
org.springframework.beans.factory.ObjectFactory<M> marshaller) | 
protected FieldInitializer(Class<? extends AbstractJsonMarshalTester> testerClass)
public void initFields(Object testInstance, org.springframework.beans.factory.ObjectFactory<M> marshaller)
protected void doWithField(Field field, Object test, org.springframework.beans.factory.ObjectFactory<M> marshaller)
protected abstract AbstractJsonMarshalTester<Object> createTester(Class<?> resourceLoadClass, org.springframework.core.ResolvableType type, M marshaller)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.