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

File tree

3 files changed

+165
-351
lines changed

3 files changed

+165
-351
lines changed

0 commit comments

Comments
 (0)