Interface ValueConverter<T>
- Type Parameters:
T- type to convert to
public interface ValueConverter<T>
Represents a converter which is used to convert requested value to T type.
-
Method Summary
-
Method Details
-
convert
Converts passed inStringvalue to T type.- Parameters:
value- value- Returns:
- converted value
-