-
- All Known Implementing Classes:
ConstantArgumentConverter
,DateFormatArgumentConverter
,DateTimeValueArgumentConverter
,DefaultArgumentConverter
,GranularityArgumentConverter
,NumberFormatArgumentConverter
,TimeZoneArgumentConverter
public interface ArgumentConverter
An ArgumentConverter is used by theDefaultFunctionInvoker
to convert ScalarValuedFunction arguments to the correct type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
convert(ScalarValuedFunction value, Class<?> expectedType)
-
-
-
Method Detail
-
convert
Object convert(ScalarValuedFunction value, Class<?> expectedType)
-
-