Interface NumberConverter


  • public interface NumberConverter
    A class that converts arbitary data into a numeric representation.
    Author:
    Thomas Morgner
    • Method Detail

      • toNumber

        java.lang.Number toNumber​(Type t1,
                                  java.lang.Object o1)