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