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

com.tvd12.ezydata.elasticsearch.EzyIndexedDataClasses Maven / Gradle / Ivy

package com.tvd12.ezydata.elasticsearch;

import java.util.Set;

@SuppressWarnings("rawtypes")
public interface EzyIndexedDataClasses {

    static EzyIndexedDataClassesBuilder builder() {
        return EzySimpleIndexedDataClasses.builder();
    }

    Set getIndexedClasses();

    Set getIndexes(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy