Uses of Class
com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
Packages that use NumberSerializers.Base
-
Uses of NumberSerializers.Base in com.fasterxml.jackson.databind.ser.std
Subclasses of NumberSerializers.Base in com.fasterxml.jackson.databind.ser.stdModifier and TypeClassDescriptionstatic class
This is the special serializer for regularDouble
s (and primitive doubles)static class
static class
This is the special serializer for regularInteger
s (and primitive ints)static class
Similar toNumberSerializers.IntegerSerializer
, but will not cast to Integer: instead, cast is toNumber
, and conversion is by callingNumber.intValue()
.static class
static class