All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.management.infrastructure.query.parser.QueryParserContext Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package pl.allegro.tech.hermes.management.infrastructure.query.parser;

import com.fasterxml.jackson.databind.JsonNode;
import java.util.List;
import pl.allegro.tech.hermes.management.infrastructure.query.matcher.Matcher;

public interface QueryParserContext {

  Matcher parseNode(JsonNode node);

  List parseArrayNodes(JsonNode node);

  Object parseValue(JsonNode node);

  Object[] parseArrayValue(JsonNode node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy