Interface AttributeMappingConfig


public interface AttributeMappingConfig
Configuration information used to populate a AttributeMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The index (1 based numbering) of column to map
    to()
    The target attribute name
     
  • Method Details

    • index

      @WithDefault("0") int index()
      The index (1 based numbering) of column to map
    • to

      String to()
      The target attribute name
    • toString

      String toString()
      Overrides:
      toString in class Object