|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.file.mapping.PassThroughFieldSetMapper
public class PassThroughFieldSetMapper
Pass through FieldSetMapper useful for passing a FieldSet
back directly rather than a mapped object.
| Constructor Summary | |
|---|---|
PassThroughFieldSetMapper()
|
|
| Method Summary | |
|---|---|
FieldSet |
mapFieldSet(FieldSet fs)
Method used to map data obtained from a FieldSet into an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PassThroughFieldSetMapper()
| Method Detail |
|---|
public FieldSet mapFieldSet(FieldSet fs)
FieldSetMapperFieldSet into an object.
mapFieldSet in interface FieldSetMapper<FieldSet>fs - the FieldSet to map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||