File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
arex-instrumentation-foundation/src/main/java/io/arex/foundation/serializer Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 23
23
import org .apache .commons .lang3 .time .FastDateFormat ;
24
24
import org .slf4j .Logger ;
25
25
import org .slf4j .LoggerFactory ;
26
- import tk .mybatis .mapper .entity .EntityTable ;
27
26
28
27
import javax .xml .datatype .DatatypeFactory ;
29
28
import javax .xml .datatype .XMLGregorianCalendar ;
@@ -169,8 +168,6 @@ private void configMapper() {
169
168
MAPPER .configure (DeserializationFeature .FAIL_ON_NULL_FOR_PRIMITIVES , false );
170
169
MAPPER .configure (DeserializationFeature .READ_UNKNOWN_ENUM_VALUES_AS_NULL , true );
171
170
MAPPER .configure (MapperFeature .ACCEPT_CASE_INSENSITIVE_PROPERTIES , true );
172
-
173
- MAPPER .addMixIn (EntityTable .class ,IgnoreType .class );
174
171
}
175
172
176
173
private void customTimeFormatSerializer (SimpleModule module ) {
You can’t perform that action at this time.
0 commit comments