94
94
* <bean class="org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean">
95
95
* <property name="featuresToEnable">
96
96
* <array>
97
- * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature$ WRAP_ROOT_VALUE"/>
98
- * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature$ CLOSE_CLOSEABLE"/>
97
+ * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature. WRAP_ROOT_VALUE"/>
98
+ * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature. CLOSE_CLOSEABLE"/>
99
99
* </array>
100
100
* </property>
101
101
* <property name="featuresToDisable">
102
102
* <array>
103
- * <util:constant static-field="com.fasterxml.jackson.databind.MapperFeature$ USE_ANNOTATIONS"/>
103
+ * <util:constant static-field="com.fasterxml.jackson.databind.MapperFeature. USE_ANNOTATIONS"/>
104
104
* </array>
105
105
* </property>
106
106
* </bean>
@@ -370,8 +370,9 @@ public void setBeanClassLoader(ClassLoader beanClassLoader) {
370
370
}
371
371
372
372
/**
373
- * Customize the construction of Jackson handlers ({@link JsonSerializer}, {@link JsonDeserializer},
374
- * {@link KeyDeserializer}, {@code TypeResolverBuilder} and {@code TypeIdResolver}).
373
+ * Customize the construction of Jackson handlers
374
+ * ({@link JsonSerializer}, {@link JsonDeserializer}, {@link KeyDeserializer},
375
+ * {@code TypeResolverBuilder} and {@code TypeIdResolver}).
375
376
* @since 4.1.3
376
377
* @see Jackson2ObjectMapperFactoryBean#setApplicationContext(ApplicationContext)
377
378
*/
@@ -380,8 +381,9 @@ public void setHandlerInstantiator(HandlerInstantiator handlerInstantiator) {
380
381
}
381
382
382
383
/**
383
- * Set the builder {@link ApplicationContext} in order to autowire Jackson handlers ({@link JsonSerializer},
384
- * {@link JsonDeserializer}, {@link KeyDeserializer}, {@code TypeResolverBuilder} and {@code TypeIdResolver}).
384
+ * Set the builder {@link ApplicationContext} in order to autowire Jackson handlers
385
+ * ({@link JsonSerializer}, {@link JsonDeserializer}, {@link KeyDeserializer},
386
+ * {@code TypeResolverBuilder} and {@code TypeIdResolver}).
385
387
* @since 4.1.3
386
388
* @see Jackson2ObjectMapperBuilder#applicationContext(ApplicationContext)
387
389
* @see SpringHandlerInstantiator
0 commit comments