mesosphere/chaos

How to register serializer/deserializer to mesosphere.chaos.http.impl.JsonProvider ?

RecursionTaoist opened this issue · 0 comments

After get rid of Guice DI, you replace JacksonMessageBodyProviderby JsonProvider, but the mapper of it only register DefaultScalaModule, so, how to register customized restMapper in RestModule/HttpModule?