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 TypeClassDescriptionclass
Numeric node that contains values that do not fit in simple floating point (double) values.class
Numeric node that contains 64-bit ("double precision") floating point values simple 32-bit integer values.class
JsonNode
implementation for efficiently containing 32-bit `float` values.