Merge pull request #110 from akmad/restws-482
Fix for RESTWS-482
Wes Brown <wes@weslandia.org>
4586667329adb2966a4f561a653375ffc60ef4b5
Updates as per comments Removed reference to Pair class Cache clearing now occurs when context is refreshed
Wes Brown <wes@weslandia.org>
4928531c7969e1b6da9e3e16c14035c4fb9ae2e3
Added converter and property getter/setter caching The ConverstionUtil.getConverter result is now cached (including nulls) Added caches for annotated property getters and settings and moved code to ReflectionUtil class Fix for restws-482
Updated as per Rafal's comments. Added copyright to new files. Updated ResourceDocGenerator so that GenericChildResource is ignored. Made TypeVariable cache thread-safe. Moved TypeVariable processing into convert overload.