org.springframework.binding.convert.support
Interface ConversionServiceAware
- All Known Implementing Classes:
- ConversionServiceAwareConverter, TextToClass, TextToMethodSignature
public interface ConversionServiceAware
Marker interface that denotes an object has a dependency on a conversion service that is expected to be fulfilled.
- Author:
- Keith Donald
setConversionService
void setConversionService(ConversionService conversionService)
- Set the conversion service this object should be made aware of (as it presumably depends on it).
- Parameters:
conversionService
- the conversion service
Copyright © 2009 Spring Framework. All Rights Reserved.