public final class DefaultDataHandlersLoader extends Object implements DataHandlersLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MAPPINGS_PATH |
static com.google.common.collect.ImmutableMap<Pattern,DataHandlerModelReader> |
DEFAULT_READERS_MAP |
| Constructor and Description |
|---|
DefaultDataHandlersLoader() |
DefaultDataHandlersLoader(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OrderedDataHandler> |
dataHandlers(Set<String> filter) |
void |
setMappingsPath(String mappingsPath) |
void |
setReadersMap(Map<Pattern,DataHandlerModelReader> readersMap) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdataHandlerspublic static final com.google.common.collect.ImmutableMap<Pattern,DataHandlerModelReader> DEFAULT_READERS_MAP
public static final String DEFAULT_MAPPINGS_PATH
public DefaultDataHandlersLoader(ResourceLoader resourceLoader)
public DefaultDataHandlersLoader()
public void setMappingsPath(String mappingsPath)
public void setReadersMap(Map<Pattern,DataHandlerModelReader> readersMap)
public Map<String,OrderedDataHandler> dataHandlers(Set<String> filter)
dataHandlers in interface DataHandlersLoaderCopyright © 2019. All rights reserved.