Skip to main content

NumberConverter

Package: velox.api.layer1.simplified

Type: Class

Inheritance: java.lang.Object → NumberConverter

Constructors​

NumberConverter​

public NumberConverter()

Methods​

convert​

public static <T extends Number> T convert(Number value, Class<?> clazz)

getMaxTypeValue​

public static <T extends Number> Number getMaxTypeValue(Type type)

Inherited Methods​

From java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)