There are some private methods in MarkTemplate, so it is difficult to override some of the search methods without copying them over.
Also, there is some core functionality that should be part of all converters (that take advantage of the annotations), but if someone wants just to replace the Jackson portion they would have to copy/rewrite a lot of them. Need to separate out the "common" logic with the "Jackson" logic
There are some private methods in
MarkTemplate
, so it is difficult to override some of the search methods without copying them over.Also, there is some core functionality that should be part of all converters (that take advantage of the annotations), but if someone wants just to replace the Jackson portion they would have to copy/rewrite a lot of them. Need to separate out the "common" logic with the "Jackson" logic