Intellij structural replace unwanted behavior based on target
I am trying to find and replace all usages of @JsonCreator
on nonstatic methods by using an inspection to suggest a replacement for the method to make it static. I have the following template: