|
From: Michael B. <mic...@gm...> - 2008-11-14 08:27:43
|
a solution could be to loop over the super classes in
ResteasyProviderFactory.addStringConverter()
currently
Type[] intfs = provider.getClass().getGenericInterfaces();
is used
getGenericInterfaces()
Returns the Types representing the interfaces directly implemented by
the class or interface represented by this object.
Michael Brackx
|