spring-binding

Deprecated API


Contents
Deprecated Classes
org.springframework.binding.collection.CompositeIterator
          in favor of CompositeIterator 
org.springframework.binding.expression.ognl.OgnlExpressionParser
          in favor of Spring EL, see SpringELExpressionParser 
 

Deprecated Methods
org.springframework.binding.convert.service.GenericConversionService.addConverter(String, Converter)
          use GenericConversionService.addConverter(Converter) instead or better yet use Spring 3 type conversion and formatting options (see Spring Documentation). 
 


spring-binding