public class ArrayFieldSetMapper extends java.lang.Object implements FieldSetMapper<java.lang.String[]>
FieldSet
object.Constructor and Description |
---|
ArrayFieldSetMapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a
FieldSet into an object. |
public java.lang.String[] mapFieldSet(FieldSet fieldSet) throws org.springframework.validation.BindException
FieldSetMapper
FieldSet
into an object.mapFieldSet
in interface FieldSetMapper<java.lang.String[]>
fieldSet
- the FieldSet
to maporg.springframework.validation.BindException
- if there is a problem with the binding