public interface FieldSetMapper<T>
FieldSet
into an
object.Modifier and Type | Method and Description |
---|---|
T |
mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a
FieldSet into an object. |
T mapFieldSet(FieldSet fieldSet) throws org.springframework.validation.BindException
FieldSet
into an object.fieldSet
- the FieldSet
to maporg.springframework.validation.BindException
- if there is a problem with the binding