public abstract class JSefaReader extends CountedReader
| Modifier and Type | Field and Description |
|---|---|
protected net.sf.jsefa.Deserializer |
deserializer |
protected String |
encoding |
protected String |
file |
protected String |
objectAccessorProvider |
protected String |
objectTypes |
protected String |
simpleTypeProvider |
protected String |
typeMappingRegistry |
protected String |
validationMode |
protected String |
validationProvider |
items| Constructor and Description |
|---|
JSefaReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Object |
doRead() |
protected abstract net.sf.jsefa.Deserializer |
initDeserializer() |
void |
open(Serializable checkpoint) |
checkpointInfo, incrementCount, incrementReaderCount, readItem@Inject protected String objectTypes
@Inject protected String validationMode
@Inject protected String objectAccessorProvider
@Inject protected String validationProvider
@Inject protected String simpleTypeProvider
@Inject protected String typeMappingRegistry
@Inject protected String file
@Inject protected String encoding
protected net.sf.jsefa.Deserializer deserializer
public void open(Serializable checkpoint) throws Exception
open in interface javax.batch.api.chunk.ItemReaderopen in class CountedReaderExceptionprotected abstract net.sf.jsefa.Deserializer initDeserializer()
throws Exception
Exceptionprotected Object doRead() throws Exception
doRead in class CountedReaderExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.