Package org.apache.commons.ognl
Class NumericValues
- java.lang.Object
-
- org.apache.commons.ognl.NumericValues
-
class NumericValues extends java.lang.Object
Constant strings for getting the primitive value of different native types on the genericNumber
object interface. (or the less generic BigDecimal/BigInteger types)
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,java.lang.String>
map
-
Constructor Summary
Constructors Constructor Description NumericValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
get(java.lang.Class<?> cls)
-