File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/src/main/java/com/cloudera/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717package com .cloudera .api ;
1818
19- import com .fasterxml .jackson .databind .AnnotationIntrospector ;
2019import com .fasterxml .jackson .databind .MapperFeature ;
2120import com .fasterxml .jackson .databind .ObjectMapper ;
2221import com .fasterxml .jackson .databind .SerializationFeature ;
22+ import com .fasterxml .jackson .databind .introspect .AnnotationIntrospectorPair ;
2323import com .fasterxml .jackson .module .jaxb .JaxbAnnotationIntrospector ;
2424
2525import java .text .DateFormat ;
@@ -38,7 +38,7 @@ public ApiObjectMapper() {
3838
3939 // Allow JAX-B annotations.
4040 setAnnotationIntrospector (
41- new AnnotationIntrospector . Pair (
41+ new AnnotationIntrospectorPair (
4242 getSerializationConfig ().getAnnotationIntrospector (),
4343 new JaxbAnnotationIntrospector ()));
4444
You can’t perform that action at this time.
0 commit comments