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

com.scaleset.search.mongo.SchemaMapper Maven / Gradle / Ivy

There is a newer version: 0.24.0
Show newest version
package com.scaleset.search.mongo;

import java.util.List;

public interface SchemaMapper {

    List mapField(String field);

    Object mapValue(String field, Object value);

    String defaultField();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy