接口 FieldSetMapper<T>

    • 方法详细资料

      • mapFieldSet

        T mapFieldSet​(FieldSet fieldSet)
               throws org.springframework.validation.BindException
        Method used to map data obtained from a FieldSet into an object.
        参数:
        fieldSet - the FieldSet to map
        返回:
        the populated object
        抛出:
        org.springframework.validation.BindException - if there is a problem with the binding