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

top.zeimao77.product.converter.RuleRepository Maven / Gradle / Ivy

package top.zeimao77.product.converter;

public interface RuleRepository {

    Object put(K key, Object value);

    Object get(K key);

    boolean containsKey(K key);

    boolean isEmpty();

    void clear();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy