com.fasterxml.jackson.databind.jsonFormatVisitors

Class JsonIntegerFormatVisitor.Base

    • Constructor Detail

      • Base

        public 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 © 2008–2022 FasterXML. All rights reserved.