You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything get instantiated correctly, however when the request arrives, and StandardRequestTransformer#transform is called from HttpRequestServiceServerHandlerUsingMetaImpl#handleRestCall BoonJsonMapper is invoked even though I'm registering Jackson mapper and factory.
Any pointers will be really helpful.
The text was updated successfully, but these errors were encountered:
I'm trying to use Jackson with Qbit. So far this is what I have.
Service code:
JacksonMapper.java
AltQbitFactory.java
Everything get instantiated correctly, however when the request arrives, and StandardRequestTransformer#transform is called from HttpRequestServiceServerHandlerUsingMetaImpl#handleRestCall BoonJsonMapper is invoked even though I'm registering Jackson mapper and factory.
Any pointers will be really helpful.
The text was updated successfully, but these errors were encountered: