Is there any way to provide Custom TypeConverter in resteasy-jettison? By default jettison parse String value into int if it contains only numbers... I need to change it.
With clean jettison, there is possibility to write own implementation of TypeConverter (described in jettison user's guide... But I have no Idea where could I update jettison configuration with such class.