类 AbstractJsonMarshalTester.FieldInitializer<M>
java.lang.Object
org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer<M>
- 类型参数:
M
- the marshaller type
- 封闭类:
AbstractJsonMarshalTester<T>
Utility class used to support field initialization. Used by subclasses to support
initFields
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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)
-
构造器详细资料
-
FieldInitializer
-
-
方法详细资料
-
initFields
-
initFields
-
doWithField
-
createTester
protected abstract AbstractJsonMarshalTester<Object> createTester(Class<?> resourceLoadClass, ResolvableType type, M marshaller)
-