Java org.springframework.util NumberUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util NumberUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util NumberUtils.

The text is from its open source code.

Subclass

org.springframework.util.NumberUtils has subclasses.
Click this link to see all its subclasses.

Method

TconvertNumberToTargetClass(Number number, Class targetClass)
Convert the given number into an instance of the given target class.
TparseNumber(String text, Class targetClass)
Parse the given text into a Number instance of the given target class, using the corresponding decode / valueOf method.