Interface JsonNumberFormatVisitor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  JsonNumberFormatVisitor.Base
      Default "empty" implementation, useful as the base to start on; especially as it is guaranteed to implement all the method of the interface, even if new methods are getting added.
    • Method Detail

      • numberType

        void numberType​(JsonParser.NumberType type)
        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).