接口 FieldSetMapper<T>
- 所有已知实现类:
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.- 作者:
- Tomas Slanina, Dave Syer
方法详细资料
mapFieldSet
T mapFieldSet(FieldSet fieldSet) throws org.springframework.validation.BindException
Method used to map data obtained from aFieldSetinto an object.- 参数:
fieldSet- theFieldSetto map- 返回:
- the populated object
- 抛出:
org.springframework.validation.BindException- if there is a problem with the binding