com.fasterxml.jackson.databind.jsonFormatVisitors

Class JsonNumberFormatVisitor.Base

    • Constructor Detail

      • Base

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