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

fun.fengwk.convention4j.springboot.starter.cache.registry.DefaultWriteMethod Maven / Gradle / Ivy

The newest version!
package fun.fengwk.convention4j.springboot.starter.cache.registry;

import lombok.Data;

import java.lang.reflect.Method;
import java.util.List;
import java.util.function.Function;

/**
 * @author fengwk
 */
@Data
public class DefaultWriteMethod {

    private final Method writeMethod;
    private final Function> objQueryFunc;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy