Interface FieldSetMapper<T>
- All Known Implementing Classes:
AddressFieldSetMapper,AggregateItemFieldSetMapper,ArrayFieldSetMapper,BeanWrapperFieldSetMapper,BillingFieldSetMapper,CustomerCreditFieldSetMapper,CustomerFieldSetMapper,CustomerUpdateFieldSetMapper,GameFieldSetMapper,HeaderFieldSetMapper,OrderItemFieldSetMapper,PassThroughFieldSetMapper,PlayerFieldSetMapper,ShippingFieldSetMapper,TradeFieldSetMapper
public interface FieldSetMapper<T>Interface that is used to map data obtained from aFieldSetinto an object.- Author:
- Tomas Slanina, Dave Syer
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmapFieldSet(FieldSet fieldSet)Method used to map data obtained from aFieldSetinto an object.
Method Detail
mapFieldSet
T mapFieldSet(FieldSet fieldSet) throws org.springframework.validation.BindException
Method used to map data obtained from aFieldSetinto an object.- Parameters:
fieldSet- theFieldSetto map- Returns:
- the populated object
- Throws:
org.springframework.validation.BindException- if there is a problem with the binding