Interface ToStringConverter<T>
- Type Parameters:
T
- the type that this converter can convert to a string
- All Superinterfaces:
org.springframework.core.convert.converter.Converter<T,
String>
- All Known Implementing Classes:
DefaultToStringConverter
public interface ToStringConverter<T>
extends org.springframework.core.convert.converter.Converter<T,String>
Converter that can convert from the given type to a
String
.- Author:
- Samarth Dhruva (samarthd)
-
Method Summary
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen, convert