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

org.tarantool.Mapper Maven / Gradle / Ivy

There is a newer version: 1.9.4
Show newest version
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