com.fasterxml.jackson.databind.jsonFormatVisitors

Class JsonNumberFormatVisitor.Base

    • Constructor Detail

      • JsonNumberFormatVisitor.Base

        public JsonNumberFormatVisitor.Base()
    • Method Detail

      • numberType

        public void numberType(com.fasterxml.jackson.core.JsonParser.NumberType type)
        Description copied from interface: JsonNumberFormatVisitor
        Method called to provide more exact type of number being serialized (regardless of logical type, which may be Date or Enum, in addition to actual numeric types like Integer).
        Specified by:
        numberType in interface JsonNumberFormatVisitor

Copyright © 2012-2013 FasterXML. All Rights Reserved.