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 classThis is the special serializer for regularDoubles (and primitive doubles)static classstatic classThis is the special serializer for regularIntegers (and primitive ints)static classSimilar toNumberSerializers.IntegerSerializer, but will not cast to Integer: instead, cast is toNumber, and conversion is by callingNumber.intValue().static classstatic class