278 Commits (e9616b7204e5fb6ef4920fd3a9815f09862fdbae)

Author SHA1 Message Date
Juergen Hoeller e5783b1bfa SpEL support for static finals on interfaces 13 years ago
Phillip Webb 42ab04a299 Remove accidentally committed interface @Override 13 years ago
Phillip Webb 5ae706ee10 Consider bridge methods in SpEL properties 13 years ago
Juergen Hoeller 8abe1f055e SpEL correctly handles "is" accessors with Boolean return type 13 years ago
Juergen Hoeller 12c4f8e7f9 Polishing 13 years ago
Juergen Hoeller 2ec41af799 ReflectivePropertyAccessor should not consider bridge methods 13 years ago
Phillip Webb 4525527794 SpEL support for methods and properties on class … 13 years ago
Chris Beams 4cee691d09 Remove accidentally introduced SpEL test method 13 years ago
Chris Beams 347737290e Update SpEL test to reflect native float support 13 years ago
Satyapal Reddy a94677e7b6 Add SpEL support for float literals 13 years ago
Juergen Hoeller ad81ec922b OpDivide does not return a TypedValue for its operate result (consistent with OpMultiply) 13 years ago
Andy Clement 90bed9718f Allow customization of SpEL method resolution 14 years ago
Chris Beams c7fd03be69 Polish ReflectiveMethodResolver and unit tests 14 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 14 years ago
Juergen Hoeller aa7fcb5431 polishing 14 years ago
Juergen Hoeller 81e9f6cc2c fixed setRootObject check in StandardEvaluationContext (SPR-8241) 14 years ago
Chris Beams a53d592f62 Use 'name' vs 'key' consistently in PropertySource 14 years ago
Chris Beams 70c28a0bc5 Add Apache license header where missing in src/main 14 years ago
Juergen Hoeller 1cea52b66b renamed mapKey/ValueTypeDescriptor methods back to getMapKey/ValueTypeDescriptor (for Spring 3.0.x compatibility) 14 years ago
Juergen Hoeller c68021760d fixed TypeDescriptor rendering (SPR-8508) 15 years ago
Keith Donald 1e39b0bbbc implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 15 years ago
Keith Donald 5e3a5202fb 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 cfb387383b broke out to top-level class for readability 15 years ago
Keith Donald c09227a712 removed dependency on java.beans 15 years ago
Keith Donald 94d690fb2c javadoc and polishing 15 years ago
Keith Donald 9ece4a88a9 perform narrowing in reflective property accessor read methods as well 15 years ago
Keith Donald c306afed63 polishing 15 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Keith Donald 5db1687d29 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Keith Donald 6f146737f4 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
Keith Donald 79f9d1cfc6 moved applyIndexedObject internal, now invoked inside forObject static factory method 15 years ago
Andy Clement f8a2dd3f65 SPR-8211: property accessor ordering correction and removal of unnecessary duplicates 15 years ago
Andy Clement 580f35f6ee SFW-8228 15 years ago
Andy Clement 2f733bedc5 SFW-8224: distance can be used when computing method matches in ReflectiveMethodResolver 15 years ago
Chris Beams c51c340881 Update MockEnvironment / MockPropertySource types 15 years ago
Andy Clement 9202224bca SPR-8174: varargs and primitive handling in SpEL 15 years ago
Andy Clement b9d07b9c47 SPR-7840: comparator dealing with nulls 15 years ago
Juergen Hoeller cd584afe93 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 15 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 15 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 15 years ago
Andy Clement ac9fd008de more projection tests - verifying the typedescriptor changes made by Keith 15 years ago
Keith Donald 71e60f4551 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald 4c9731d572 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Keith Donald 01c98c3bfb added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc 15 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 15 years ago
Keith Donald 818bd841fe method naming improvements; applyIndexObject call for array indexing 15 years ago
Keith Donald 39e0c29d19 TypeDescriptor cleanup and general polishing; fixed a number of bugs related to TypeDescriptor usage in client code across beans and spel packages 15 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 15 years ago
Chris Beams 9f5fd3afcf Normalize indentation of Apache license URL 15 years ago