Interface ResponseConverter<F,T>
-
- All Known Implementing Classes:
ResponseStringConverter
public interface ResponseConverter<F,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(F o)
-