Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.16.3
-
None
-
Patch, Important
Description
When you have a java.util.Set of complex objects, the ParametersInterceptor can not map those values onto the set. A Set of complex objects is easily defined as a Set<MyTestClass> where MyTestClass has a String idString as its only property.