214 Commits (0256f3d43e633a2cd64cb90bbc865810765a7331)

Author SHA1 Message Date
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 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
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
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 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
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 9f5fd3afcf Normalize indentation of Apache license URL 15 years ago
Juergen Hoeller a0fead1880 revised TypedValue toString representation (SPR-7569) 15 years ago
Juergen Hoeller 1cd77e2a15 polishing 15 years ago
Juergen Hoeller 5be9473136 initialize cache Maps early, turning them into final fields 15 years ago
Juergen Hoeller 7553b76f15 SpEL method invocations prefer method with fewest parameters (e.g. no-arg over vararg; SPR-7633) 15 years ago
Juergen Hoeller c33df5977a pass full TypeDescriptor context through to ConversionService calls (SPR-7519) 16 years ago
Juergen Hoeller 055c343ce0 SpEL supports projection on any kind of Collection (SPR-7493) 16 years ago
Juergen Hoeller 61fcef1471 polishing 16 years ago
Juergen Hoeller 58b07f586d SpEL passes full collection type context to ConversionService (SPR-7410) 16 years ago
Juergen Hoeller 263fabb0fc JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory 16 years ago
Andy Clement f5ced9be38 SPR-7335: support for expression inline lists and array construction 16 years ago
Andy Clement 88560fd910 SPR-7343: StandardEvaluationContext not threadsafe in its lazy initialization 16 years ago
Andy Clement 6de707d8e0 polish 16 years ago
Andy Clement 0c1424acb6 polish 16 years ago
Sam Brannen db7531be60 [SPR-7323] SpEL 'select last' operator now works consistently with maps. 16 years ago
Juergen Hoeller 9e4140e549 growCollection fails for element type Object as well; prefer use of getElementTypeDescriptor() 16 years ago
Andy Clement 569cb91573 javadoc fix 16 years ago
Andy Clement 5801af9ef5 SPR-7244: double indexing with a collection of different types of element 16 years ago
Andy Clement 101d8381ef SPR-7209: parsing poorly formed Elvis expressions 16 years ago
Andy Clement 2b0655b459 SPR-6941 16 years ago
Andy Clement f53621a86f SPR-7173, SPR-7100 16 years ago
Keith Donald 64d6a42dfd improved conversion system logging, collection converter simplification/polish, several optimizations, annotation-driven formatting caching 16 years ago
Andy Clement bf1a95c771 SPR-7100: '_' supported as first char of identifier 16 years ago
Juergen Hoeller 52179d8bfb fixed TemplateParserContext documentation (SPR-7059) 16 years ago
Juergen Hoeller 65b0a8fcb2 revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979) 16 years ago
Andy Clement d932c043da SPR-6984: auto grow collections on write through indexer 16 years ago