e7075da1b9fa36bc6521f959c402f18b5bea7e71
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public findSetterInfo() : JsonSetter.Value moved from class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder to class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory & inlined to protected _isMergeableProperty(ctxt DeserializationContext, propDef BeanPropertyDefinition) : boolean | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type config : MapperConfig<?> to intr : AnnotationIntrospector in method protected SimpleBeanPropertyDefinition(intr AnnotationIntrospector, member AnnotatedMember, fullName PropertyName, metadata PropertyMetadata, inclusion JsonInclude.Value) in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition | From | To | |
Rename Variable | 1 | ||
Rename Variable v : JsonSetter.Value to m : AnnotatedMember in method protected _isMergeableProperty(ctxt DeserializationContext, propDef BeanPropertyDefinition) : boolean in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _config : MapperConfig<?> to _annotationIntrospector : AnnotationIntrospector in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition | From | To | |
Change Variable Type | 1 | ||
Change Variable Type v : JsonSetter.Value to m : AnnotatedMember in method protected _isMergeableProperty(ctxt DeserializationContext, propDef BeanPropertyDefinition) : boolean in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _config : MapperConfig<?> to _annotationIntrospector : AnnotationIntrospector in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition | From | To | |
Inline Variable | 1 | ||
Inline Variable md : PropertyMetadata in method public isRequired() : boolean from class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition | From | To | |
Rename Parameter | 1 | ||
Rename Parameter config : MapperConfig<?> to intr : AnnotationIntrospector in method protected SimpleBeanPropertyDefinition(intr AnnotationIntrospector, member AnnotatedMember, fullName PropertyName, metadata PropertyMetadata, inclusion JsonInclude.Value) in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition | From | To |