com.scaleset.search.mongo.SchemaMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scaleset-search Show documentation
Show all versions of scaleset-search Show documentation
Java object model for representing query requests in REST protocols.
package com.scaleset.search.mongo;
public interface SchemaMapper {
String mapField(String field);
Object mapValue(String field, Object value);
String defaultField();
}