com.fasterxml.jackson.databind.jsonFormatVisitors

Class JsonIntegerFormatVisitor.Base

    • Constructor Detail

      • JsonIntegerFormatVisitor.Base

        public JsonIntegerFormatVisitor.Base()
    • Method Detail

      • numberType

        public void numberType(com.fasterxml.jackson.core.JsonParser.NumberType type)
        Description copied from interface: JsonIntegerFormatVisitor
        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 JsonIntegerFormatVisitor

Copyright © 2014 FasterXML. All Rights Reserved.