public abstract class AbstractMapReaderFactory extends AbstractIoFactory implements MapReaderFactory
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
customAttributionSupported |
| Constructor and Description |
|---|
AbstractMapReaderFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
static MapReaderFactory |
getMapReaderFactory(org.springframework.core.io.Resource resource) |
boolean |
isCustomAttributionSupported() |
boolean |
isSingleFile() |
static Reader<Map<String,Object>> |
mapReader(org.springframework.core.io.Resource resource) |
protected void |
setCustomAttributionSupported(boolean customAttributionSupported) |
protected void |
setSingleFile(boolean singleFile) |
addMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateMapReadergetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablepublic AbstractMapReaderFactory(String name)
public static MapReaderFactory getMapReaderFactory(org.springframework.core.io.Resource resource)
public static Reader<Map<String,Object>> mapReader(org.springframework.core.io.Resource resource)
public boolean isCustomAttributionSupported()
isCustomAttributionSupported in interface MapReaderFactorypublic boolean isSingleFile()
isSingleFile in interface MapReaderFactoryprotected void setCustomAttributionSupported(boolean customAttributionSupported)
protected void setSingleFile(boolean singleFile)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.