Annotation Interface DelimitedFileMethod


@Retention(RUNTIME) @Target(METHOD) public @interface DelimitedFileMethod
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The column position of the attribute
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    name of the property if not the name itself
    Specify a value if the getter returns null.
  • Element Details

    • position

      int position
      The column position of the attribute
    • nullValue

      String nullValue
      Specify a value if the getter returns null. default is an empty string.
      Default:
      ""
    • name

      String name
      name of the property if not the name itself
      Default:
      ""