Files
spring-data-commons/spring-data-commons-core
Oliver Gierke 0fc753f151 DATACMNS-211 - Fixed component type resolving for arrays.
ClassTypeInformation does not resolve nested array types anymore as a multidimensional array in fact has a component type of an array of one dimension less, e.g. String[][].getComponentType() -> String[].
2012-08-16 12:52:25 +02:00
..
2010-11-17 17:37:14 -05:00