Categories
How to get generic type from Jackson JavaType?
I create the following type Response<MyType>in Jackson:
Response<MyType>
JavaType responseType = factory.constructParametricType(Response.class, type);
MyType
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question