Interface QueryParser
-
- All Known Implementing Classes:
JsonQueryParser
public interface QueryParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> pl.allegro.tech.hermes.api.Query<T>parse(java.io.InputStream input, java.lang.Class<T> type)<T> pl.allegro.tech.hermes.api.Query<T>parse(java.lang.String query, java.lang.Class<T> type)
-