Interface ConversionService
-
public interface ConversionService- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanConvert(java.lang.Class<?> source, java.lang.Class<?> target)java.lang.Objectconvert(java.lang.Object objet, java.lang.Class<?> targetType)
-