Class RuntimeBindingConversionExecutor

java.lang.Object
org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
All Implemented Interfaces:
ConversionExecutor

public class RuntimeBindingConversionExecutor extends Object implements ConversionExecutor
A conversion executor that doesn't resolve its converter until its time to perform a conversion.
Author:
Keith Donald