File tree 2 files changed +8
-8
lines changed
spring-web/src/main/java/org/springframework/http/converter/json
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
82
82
* <bean class="org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean">
83
83
* <property name="featuresToEnable">
84
84
* <array>
85
- * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature$ WRAP_ROOT_VALUE"/>
86
- * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature$ CLOSE_CLOSEABLE"/>
85
+ * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature. WRAP_ROOT_VALUE"/>
86
+ * <util:constant static-field="com.fasterxml.jackson.databind.SerializationFeature. CLOSE_CLOSEABLE"/>
87
87
* </array>
88
88
* </property>
89
89
* <property name="featuresToDisable">
90
90
* <array>
91
- * <util:constant static-field="com.fasterxml.jackson.databind.MapperFeature$ USE_ANNOTATIONS"/>
91
+ * <util:constant static-field="com.fasterxml.jackson.databind.MapperFeature. USE_ANNOTATIONS"/>
92
92
* </array>
93
93
* </property>
94
94
* </bean>
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
67
67
* <bean class="org.springframework.web.context.support.JacksonObjectMapperFactoryBean">
68
68
* <property name="featuresToEnable">
69
69
* <array>
70
- * <util:constant static-field="org.codehaus.jackson.map.SerializationConfig$ Feature.WRAP_ROOT_VALUE"/>
71
- * <util:constant static-field="org.codehaus.jackson.map.SerializationConfig$ Feature.CLOSE_CLOSEABLE"/>
70
+ * <util:constant static-field="org.codehaus.jackson.map.SerializationConfig. Feature.WRAP_ROOT_VALUE"/>
71
+ * <util:constant static-field="org.codehaus.jackson.map.SerializationConfig. Feature.CLOSE_CLOSEABLE"/>
72
72
* </array>
73
73
* </property>
74
74
* <property name="featuresToDisable">
75
75
* <array>
76
- * <util:constant static-field="org.codehaus.jackson.map.DeserializationConfig$ Feature.USE_ANNOTATIONS"/>
76
+ * <util:constant static-field="org.codehaus.jackson.map.DeserializationConfig. Feature.USE_ANNOTATIONS"/>
77
77
* </array>
78
78
* </property>
79
79
* </bean>
You can’t perform that action at this time.
0 commit comments