
net.anthavio.httl.ExtractionOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hatatitla Show documentation
Show all versions of hatatitla Show documentation
Compact but tweakable REST client library you have been dreaming of
The newest version!
package net.anthavio.httl;
import net.anthavio.httl.HttlResponseExtractor.ExtractedResponse;
/**
*
* @author martin.vanek
*
*/
public interface ExtractionOperations {
public ExtractedResponse extract(HttlRequest request, HttlResponseExtractor extractor)
throws HttlException;
public ExtractedResponse extract(HttlRequest request, Class resultType) throws HttlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy