Interface InputConverter<T>


public interface InputConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object input)
     
  • Method Details

    • convert

      T convert(Object input)