org.tarantool.Mapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connector Show documentation
Show all versions of connector Show documentation
Tarantool client for java
package org.tarantool;
import java.util.List;
public interface Mapper {
Object toTuple(Object generic);
Object[] toTuples(Object[] generic);
T toObject(Class cls, List list);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy