We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951ef5b commit 8c45d75Copy full SHA for 8c45d75
jaxb/src/main/java/com/fasterxml/jackson/module/jaxb/JaxbAnnotationIntrospector.java
@@ -70,9 +70,9 @@ public class JaxbAnnotationIntrospector
70
private static final long serialVersionUID = -1L;
71
72
protected final static String DEFAULT_NAME_FOR_XML_VALUE = "value";
73
-
+
74
protected final static boolean DEFAULT_IGNORE_XMLIDREF = false;
75
76
protected final static String MARKER_FOR_DEFAULT = "##default";
77
78
// @since 2.5
@@ -86,7 +86,7 @@ public class JaxbAnnotationIntrospector
86
protected final JsonDeserializer<?> _dataHandlerDeserializer;
87
88
protected final TypeFactory _typeFactory;
89
90
protected final boolean _ignoreXmlIDREF;
91
92
/**
0 commit comments