Allow abstract serializers/deserializer in @JsonComponent
Previously JsonComponentModule tried to instantiate all inner classes and failed with InstantiationException when the class is abstract and extends JsonSerializer/JsonDeserializer. With this change is now possible to have common logic inner abstract classes. See gh-9443pull/9539/head
parent
acda4f905f
commit
6ba7849094
Loading…
Reference in New Issue