I'd like to have a converter which uses a Spring @service to do lookups. According to the docs "If a converter requires configuration you can plug in an Injector interface to the DefaultTypeConverter which can construct and inject converter objects via Spring or Guice."
I'm unsure what it means by working with the DefaultTypeConverter. Are there any examples which show how to do this? Thanks, Martin.