File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/tools/jackson/dataformat/xml/deser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public XmlBeanDeserializerModifier(String nameForTextValue)
31
31
32
32
@ Override
33
33
public List <BeanPropertyDefinition > updateProperties (DeserializationConfig config ,
34
- BeanDescription beanDesc , List <BeanPropertyDefinition > propDefs )
34
+ BeanDescription . Supplier beanDescRef , List <BeanPropertyDefinition > propDefs )
35
35
{
36
36
final AnnotationIntrospector intr = config .getAnnotationIntrospector ();
37
37
int changed = 0 ;
@@ -80,7 +80,7 @@ public List<BeanPropertyDefinition> updateProperties(DeserializationConfig confi
80
80
81
81
@ Override
82
82
public ValueDeserializer <?> modifyDeserializer (DeserializationConfig config ,
83
- BeanDescription beanDesc , ValueDeserializer <?> deser0 )
83
+ BeanDescription . Supplier beanDescRef , ValueDeserializer <?> deser0 )
84
84
{
85
85
if (!(deser0 instanceof BeanDeserializerBase )) {
86
86
return deser0 ;
You can’t perform that action at this time.
0 commit comments