- Replace main use of ResultHandler with ResultHandlerService which is a framework type of impl for handlers found from conversion service. This handles types better and easier to handle with bean cycles, etc. - Removed IterableResultHandler to think about these use cases later when further refactoring is done. - TypeHierarchyResultHandler is removed and better functionality now via ResultHandlerService. - Relates #336