Class TypeParser


  • public class TypeParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.ToDoubleFunction<java.lang.CharSequence> DOUBLE  
      static java.util.function.ToIntFunction<java.lang.CharSequence> INT  
      static java.util.function.ToLongFunction<java.lang.CharSequence> LONG  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeParser()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DOUBLE

        public static java.util.function.ToDoubleFunction<java.lang.CharSequence> DOUBLE
      • INT

        public static java.util.function.ToIntFunction<java.lang.CharSequence> INT
      • LONG

        public static java.util.function.ToLongFunction<java.lang.CharSequence> LONG
    • Constructor Detail

      • TypeParser

        public TypeParser()