Interface ResultParser<R>
-
- Type Parameters:
R- the result type
- All Known Implementing Classes:
JAXBParser
public interface ResultParser<R>Transforms untyped results into typed results.- Author:
- Fabio Simeoni
- See Also:
DiscoveryClient,Query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rparse(String result)Transforms an untyped result.
-