I see that aegis can deal with generic Java collection types like List<Foo> without any special configuration. Can it also handle something like a FooContainer<T> class that contains a List<T> (as well as some primitives), or would I need to implement a custom type creator for FooContainer<T>? -- View this message in context: http://www.nabble.com/Handling-of-generics-other-than-Java-Collection-types-tp24598487p24598487.html Sent from the cxf-user mailing list archive at Nabble.com.
- Handling of generics other than Java Collection types [email protected]
- Re: Handling of generics other than Java Collectio... Benson Margulies
