类 ArrayFieldSetMapper

  • 所有已实现的接口:
    FieldSetMapper<java.lang.String[]>

    public class ArrayFieldSetMapper
    extends java.lang.Object
    implements FieldSetMapper<java.lang.String[]>
    A basic array mapper, returning the values backing a fieldset. Useful for reading the Strings resulting from the line tokenizer without having to deal with a FieldSet object.
    作者:
    Costin Leau
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.String[]mapFieldSet​(FieldSet fieldSet)
      Method used to map data obtained from a FieldSet into an object.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • mapFieldSet

        public java.lang.String[] mapFieldSet​(FieldSet fieldSet)
                                       throws org.springframework.validation.BindException
        从接口复制的说明: FieldSetMapper
        Method used to map data obtained from a FieldSet into an object.
        指定者:
        mapFieldSet 在接口中 FieldSetMapper<java.lang.String[]>
        参数:
        fieldSet - the FieldSet to map
        返回:
        the populated object
        抛出:
        org.springframework.validation.BindException - if there is a problem with the binding