The TypeScriptType javadoc specifies that it can be used with "any".
However, this results the generation of a any.model.generated.ts file matching the interface of the annotated class.
I have Jackson configured to serialize objects of a certain class as Strings. Likewise, there is a converter registered to convert String into an object of the class.
It would be helpful to have the described feature
The TypeScriptType javadoc specifies that it can be used with "any".
However, this results the generation of a any.model.generated.ts file matching the interface of the annotated class.
I have Jackson configured to serialize objects of a certain class as Strings. Likewise, there is a converter registered to convert String into an object of the class.
It would be helpful to have the described feature