641 Commits (d0368e1f1ca84597aa5ea686f2300b53fb1fb985)

Author SHA1 Message Date
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 0b33eb8842 javadoc polishing 15 years ago
Keith Donald 6af117037f more tests 15 years ago
Keith Donald f13b99f4ea javadoc 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 569e6a4c37 Introduce ConfigurableConversionService interface 15 years ago
Chris Beams 3d91946b73 Polish ConfigurablePropertyResolver Javadoc 15 years ago
Chris Beams 4c66a044d5 Revert "Introduce Ordered#NOT_ORDERED" 15 years ago
Sam Brannen f70fd0965d [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 15 years ago
Sam Brannen d81b19e958 [SPR-8388] Improved documentation on default registered PropertyEditors; fixed typos and grammar in JavaDoc; suppressed warnings due to generics; etc. 15 years ago
Sam Brannen 98202beb7a fixed typos 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
Chris Beams 2a896753d4 Polish PropertySource and Environment Javadoc 15 years ago
Keith Donald fbf43508f1 Revised converter search algorithm to favor super classes before interface hierarchy 15 years ago
Keith Donald 7d7e8ef7fb SPR-6749 15 years ago
Keith Donald 8b9196ab7c polish 15 years ago
Keith Donald 115348b6be added null binding check for primitives for all conversion results; polishing 15 years ago
Keith Donald c3a037d7be added new ConverterRegistry operation; polishing 15 years ago
Keith Donald 00bcadcbe5 added symmetry to ToString converters: SPR-8306 15 years ago
Sam Brannen 1b71b04a3b Added Eclipse project dependency on org.springframework.asm 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 c9789d3a37 moved applyIndexedObject internal, now invoked inside forObject static factory method 15 years ago
Keith Donald c42976ba7a SPR-8364 15 years ago
Chris Beams a9530596bf Guard against null in #visitInnerClass 15 years ago
Chris Beams 0181ed3213 Introduce ClassMetadata#getMemberClassNames 15 years ago
Chris Beams 2b6bcf470c Rename {DefaultWeb=>StandardServlet}Environment 15 years ago
Chris Beams cf19ecc5a7 Rename {Default=>Standard}Environment 15 years ago
Chris Beams 74cd20abeb Polish Environment-related Javadoc 15 years ago
Chris Beams 3fcb25c1c6 Introduce AbstractEnvironment#customizePropertySources 15 years ago
Chris Beams ebea9ec66c Introduce reserved default profile support 15 years ago
Chris Beams cd38a828d2 Remove AbstractEnvironment#getPropertyResolver 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
Sam Brannen 9ce25bc5e4 polishing 15 years ago
Chris Beams f9783127e9 Introduce ResourcePropertySource 15 years ago
Chris Beams 3f7d5120c9 Support 'required properties' precondition 15 years ago
Chris Beams 26e6c9f1df Pull up default getProperty variants to base class 15 years ago
Chris Beams 11cf5f0d3b Add default-value getProperty convenience variants 15 years ago
Chris Beams da914bcfb4 Introduce Ordered#NOT_ORDERED 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 e8d1df5037 Fix generics and serialization warnings 15 years ago
Chris Beams 36734d011a Remove unused MethodMetadata#getMethodReturnType 15 years ago
Chris Beams 6c63e682a0 Introduce PropertyResolver#getPropertyAsClass 15 years ago
Chris Beams 0b06055095 Rename Property{SourcesProperty}ResolverTests 15 years ago