org.springframework.batch.item.file.mapping
Class ArrayFieldSetMapper
java.lang.Object
org.springframework.batch.item.file.mapping.ArrayFieldSetMapper
- All Implemented Interfaces:
- FieldSetMapper<String[]>
public class ArrayFieldSetMapper
- extends Object
- implements FieldSetMapper<String[]>
A basic array mapper, returning the values backing a fieldset.
Useful for reading the Strings resulting from the line tokenizer without having to
deal with a FieldSet
object.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayFieldSetMapper
public ArrayFieldSetMapper()
mapFieldSet
public String[] mapFieldSet(FieldSet fieldSet)
throws BindException
- Description copied from interface:
FieldSetMapper
- Method used to map data obtained from a
FieldSet
into an object.
- Specified by:
mapFieldSet
in interface FieldSetMapper<String[]>
- Parameters:
fieldSet
- the FieldSet
to map
- Throws:
BindException
- if there is a problem with the binding
Copyright © 2013 SpringSource. All Rights Reserved.