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

de.tsl2.nano.h5.collector.IItemProvider Maven / Gradle / Ivy

package de.tsl2.nano.h5.collector;

import java.util.Collection;
import java.util.Map;

import de.tsl2.nano.bean.def.BeanCollector;

public interface IItemProvider {
    @SuppressWarnings("rawtypes")
    T createItem(T srcInstance, Map context);
    Collection createItems(T srcInstance, Map context);
    String getName();
    void check(BeanCollector, T> caller);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy