Skip to content

Commit 2a58a58

Browse files
committed
ConversionUtils: delegate to ConversionService
The ConversionUtils canConvert and convert methods will now all delegate to a ConversionService, if available, or a DefaultConversionHandler if no ConversionService has been set. The ConversionUtils class will be retained, as it provides some API which does not need generalization via a Service/plugin framework. All delegating methods have been marked deprecated however, and consumers should switch to ConversionService usage if possible. Updated the AbstractConversionService so that ConversionServices set themselves as the delegate service in CovnersionUtils on initialization (only the highest priority will "stick").
1 parent 4e13436 commit 2a58a58

3 files changed

Lines changed: 165 additions & 351 deletions

File tree

0 commit comments

Comments
 (0)