org.tarantool.TarantoolRequestArgumentFactory 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
The newest version!
package org.tarantool;
import java.util.Objects;
import java.util.function.Supplier;
/**
* Request argument factory.
*
* @see TarantoolRequestArgument
*/
public class TarantoolRequestArgumentFactory {
private TarantoolRequestArgumentFactory() {
}
public static TarantoolRequestArgument value(Object value) {
return new SimpleArgument(value);
}
public static TarantoolRequestArgument cacheLookupValue(Supplier © 2015 - 2025 Weber Informatics LLC | Privacy Policy