Package spoon.pattern.internal
Interface ValueConvertor
-
- All Known Implementing Classes:
ValueConvertorImpl
public interface ValueConvertor
Converts the individual parameter values to required type after substitution Converts the matching model values to parameter values during matching process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getValueAs(Factory factory, String parameterName, Object value, Class<T> valueClass)
-