|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldSet | |
|---|---|
| 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. |
| Uses of FieldSet in org.springframework.batch.item.file.mapping |
|---|
| Methods in org.springframework.batch.item.file.mapping that return FieldSet | |
|---|---|
FieldSet |
PassThroughFieldSetMapper.mapFieldSet(FieldSet fs)
|
| Methods in org.springframework.batch.item.file.mapping with parameters of type FieldSet | |
|---|---|
FieldSet |
PassThroughFieldSetMapper.mapFieldSet(FieldSet fs)
|
T |
FieldSetMapper.mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a FieldSet into an object. |
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. |
| Uses of FieldSet in org.springframework.batch.item.file.transform |
|---|
| Classes in org.springframework.batch.item.file.transform that implement FieldSet | |
|---|---|
class |
DefaultFieldSet
Default implementation of FieldSet using Java using Java primitive
and standard types and utilities. |
| Methods in org.springframework.batch.item.file.transform that return FieldSet | |
|---|---|
FieldSet |
FieldSetFactory.create(java.lang.String[] values)
|
FieldSet |
DefaultFieldSetFactory.create(java.lang.String[] values)
|
FieldSet |
FieldSetFactory.create(java.lang.String[] names,
java.lang.String[] values)
|
FieldSet |
DefaultFieldSetFactory.create(java.lang.String[] values,
java.lang.String[] names)
|
FieldSet |
PatternMatchingCompositeLineTokenizer.tokenize(java.lang.String line)
|
FieldSet |
LineTokenizer.tokenize(java.lang.String line)
Yields the tokens resulting from the splitting of the supplied line. |
FieldSet |
AbstractLineTokenizer.tokenize(java.lang.String line)
Yields the tokens resulting from the splitting of the supplied line. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||