Hi!
It's me with my type questions again :)
I was wondering, is the type parameter in MessageBodyWriter redundant,
given that we have genericType?
That is, is there a situation when type isn't equal to:
genericType instanceof ParameterizedType
? ((ParameterizedType) genericType).getRawType()
: genericType;
Thanks,
Jaka