Class NumberDeserializers


  • public class NumberDeserializers
    extends java.lang.Object
    Container class for deserializers that handle core JDK primitive (and matching wrapper) types, as well as standard "big" numeric types. Note that this includes types such as Boolean and Character which are not strictly numeric, but are part of primitive/wrapper types.
    • Constructor Detail

      • NumberDeserializers

        public NumberDeserializers()
    • Method Detail

      • find

        public static JsonDeserializer<?> find​(java.lang.Class<?> rawType,
                                               java.lang.String clsName)