Interface ArgumentResultConverter<F,T>
-
- Type Parameters:
F
- the type of the raw valueT
- the type of the result
- All Known Implementing Classes:
URLConverter
public interface ArgumentResultConverter<F,T>
Converter interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convertTo(F value)
-