public class IndexerRegistryUtil
extends Object
Constructor and Description |
---|
IndexerRegistryUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> Indexer<T> |
getIndexer(Class<T> clazz) |
static <T> Indexer<T> |
getIndexer(String className) |
static List<IndexerPostProcessor> |
getIndexerPostProcessors(Indexer<?> indexer) |
static List<IndexerPostProcessor> |
getIndexerPostProcessors(String className) |
static Set<Indexer<?>> |
getIndexers() |
static <T> Indexer<T> |
nullSafeGetIndexer(Class<T> clazz) |
static <T> Indexer<T> |
nullSafeGetIndexer(String className) |
public static <T> Indexer<T> getIndexer(Class<T> clazz)
public static <T> Indexer<T> getIndexer(String className)
public static List<IndexerPostProcessor> getIndexerPostProcessors(Indexer<?> indexer)
public static List<IndexerPostProcessor> getIndexerPostProcessors(String className)
public static Set<Indexer<?>> getIndexers()
public static <T> Indexer<T> nullSafeGetIndexer(Class<T> clazz)
public static <T> Indexer<T> nullSafeGetIndexer(String className)