Interface TypeConverter.Output

Enclosing interface:
TypeConverter

public static interface TypeConverter.Output
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(int index, Object value)
     
    void
    setType(Class type)
     
  • Method Details

    • setType

      void setType(Class type)
    • set

      void set(int index, Object value)