public class CsvDataContextFactory extends AbstractDataContextFactory
| Constructor and Description |
|---|
CsvDataContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataContext |
create(DataContextProperties properties,
ResourceFactoryRegistry resourceFactoryRegistry) |
protected String |
getType()
Gets the "type" value for the
DataContexts that this factory produces. |
accepts, getBoolean, getChar, getInt, getStringprotected String getType()
AbstractDataContextFactoryDataContexts that this factory produces. By convention these are lower-case
terms such as "csv" or "jdbc", and separated by dash in case it requires multiple terms, e.g. "fixed-width".getType in class AbstractDataContextFactorypublic DataContext create(DataContextProperties properties, ResourceFactoryRegistry resourceFactoryRegistry)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.