269 Commits (0cb63fc46361b36ca0f52cd26739d201f95606ad)

Author SHA1 Message Date
Juergen Hoeller 6ff99b54d8 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Keith Donald 2410603cc4 assignability examples 15 years ago
Keith Donald f40c101d6d implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 15 years ago
Keith Donald 2e88435aa4 added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 15 years ago
Keith Donald b0a9781f0f restored TypeDescriptor getElementType, getMapKeyType, and getMapValueType compatibility; StringToCollection and Array Converters are now conditional and check targetElementType if present; TypeDesciptor#isAssignable no longer bothers with element type and map key/value types in checking assignability for consistency elsewhere; improved javadoc 15 years ago
Keith Donald 034edc9e1f string to collection and array converters now are conditional and apply target element type match 15 years ago
Keith Donald 7f93b47b4a narrow and elementType/keyValueType tests 15 years ago
Keith Donald 90bb4c2256 added convert(Object, TypeDescriptor) convenience method; collection and map tests 15 years ago
Keith Donald eaa8a4271c improved null handling and javadoc 15 years ago
Keith Donald c5425d0f43 broke out to top-level class for readability 15 years ago
Keith Donald 89096b46b8 removed dependency on java.beans 15 years ago
Keith Donald 911eb5fca8 javadoc and polishing 15 years ago
Keith Donald a34147a53d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Keith Donald 4ee2900296 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Chris Beams 976955f6ad Fix system environment tests on all platforms 15 years ago
Keith Donald b93a2b121d broke out pkg private classes from TypeDescriptor to improve manageability and testability 15 years ago
Keith Donald 21e2dd87c9 more tests; several assertions for the programmer 15 years ago
Keith Donald 6af117037f more tests 15 years ago
Keith Donald c7cae10364 simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs 15 years ago
Chris Beams 55707983a1 Ignore failing tests on Windows 15 years ago
Chris Beams a38c086e62 Fix failing system environment tests on Windows 15 years ago
Keith Donald fbf43508f1 Revised converter search algorithm to favor super classes before interface hierarchy 15 years ago
Keith Donald 115348b6be added null binding check for primitives for all conversion results; polishing 15 years ago
Keith Donald 00bcadcbe5 added symmetry to ToString converters: SPR-8306 15 years ago
Keith Donald 02d58b6a97 SPR-8364 15 years ago
Keith Donald 888da26094 revised findCommonElement handling within TypeDescriptor.forObject(Object); we now fully introspect the collection elements to resolve the common type. We also support nested introspection e.g. collections of collections. Object.class is used to indicate no common type, and TypeDescriptor.NULL is used to indicate a null element value 15 years ago
Keith Donald c42976ba7a SPR-8364 15 years ago
Chris Beams 0181ed3213 Introduce ClassMetadata#getMemberClassNames 15 years ago
Chris Beams cf19ecc5a7 Rename {Default=>Standard}Environment 15 years ago
Chris Beams ebea9ec66c Introduce reserved default profile support 15 years ago
Chris Beams 71d713b604 Consolidate Environment tests 15 years ago
Oliver Gierke 11383f27fb SPR-8336 - Fixed broken test case. 15 years ago
Oliver Gierke 6f41d8c68d SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. 15 years ago
Chris Beams f9783127e9 Introduce ResourcePropertySource 15 years ago
Chris Beams 3f7d5120c9 Support 'required properties' precondition 15 years ago
Chris Beams 11cf5f0d3b Add default-value getProperty convenience variants 15 years ago
Chris Beams a091eb1c86 Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 56b5ea610c Process all meta and local @Import declarations 15 years ago
Chris Beams 6c63e682a0 Introduce PropertyResolver#getPropertyAsClass 15 years ago
Chris Beams 0b06055095 Rename Property{SourcesProperty}ResolverTests 15 years ago
Chris Beams 0b1f42ef66 Update MockEnvironment / MockPropertySource types 15 years ago
Chris Beams 6e5a7ad072 Ignore fragile test dependent on debug symbols 15 years ago
Chris Beams 29764a98b9 Resolve or eliminate Environment-related TODOs 15 years ago
Arjen Poutsma 237b9b509d Added equals and hashcode 15 years ago
Juergen Hoeller 4bd265f0a4 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 15 years ago
Chris Beams dc22760978 Introduce FeatureSpecification support 15 years ago
Chris Beams 6a68b44ca9 Make ObjectUtils.addObjectToArray() generic 15 years ago
Juergen Hoeller 228a10ccdc get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) 15 years ago
Juergen Hoeller b564831d52 fixed tests (SPR-7779) 15 years ago
Juergen Hoeller 341db8b2f3 LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 15 years ago