Uses of Class
tools.jackson.databind.node.NumericFPNode
Packages that use NumericFPNode
-
Uses of NumericFPNode in tools.jackson.databind.node
Subclasses of NumericFPNode in tools.jackson.databind.nodeModifier and TypeClassDescriptionclassNumeric node that contains values that do not fit in simple floating point (double) values.classNumeric node that contains 64-bit ("double precision") floating point values simple 32-bit integer values.classJsonNodeimplementation for efficiently containing 32-bit `float` values.