Package | Description |
---|---|
org.springframework.batch.item.file.mapping |
Infrastructure implementations of io file support mapping concerns.
|
org.springframework.batch.item.file.transform |
Infrastructure implementations of io file support transform concerns.
|
Modifier and Type | Method and Description |
---|---|
FieldSet |
PassThroughFieldSetMapper.mapFieldSet(FieldSet fs) |
Modifier and Type | Method and Description |
---|---|
T |
FieldSetMapper.mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a
FieldSet into an object. |
FieldSet |
PassThroughFieldSetMapper.mapFieldSet(FieldSet fs) |
String[] |
ArrayFieldSetMapper.mapFieldSet(FieldSet fieldSet) |
T |
BeanWrapperFieldSetMapper.mapFieldSet(FieldSet fs)
Map the
FieldSet to an object retrieved from the enclosing Spring
context, or to a new instance of the required type if no prototype is
available. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldSet
Default implementation of
FieldSet using Java using Java primitive
and standard types and utilities. |
Modifier and Type | Method and Description |
---|---|
FieldSet |
FieldSetFactory.create(String[] values)
Create a FieldSet with anonymous tokens.
|
FieldSet |
DefaultFieldSetFactory.create(String[] values)
Create a FieldSet with anonymous tokens.
|
FieldSet |
FieldSetFactory.create(String[] values,
String[] names)
Create a FieldSet with named tokens.
|
FieldSet |
DefaultFieldSetFactory.create(String[] values,
String[] names)
Create a FieldSet with named tokens.
|
FieldSet |
AbstractLineTokenizer.tokenize(String line)
Yields the tokens resulting from the splitting of the supplied
line . |
FieldSet |
LineTokenizer.tokenize(String line)
Yields the tokens resulting from the splitting of the supplied
line . |
FieldSet |
PatternMatchingCompositeLineTokenizer.tokenize(String line) |
Copyright © 2013 SpringSource. All rights reserved.