All Superinterfaces:
JsonValueFormatVisitor
All Known Implementing Classes:
JsonNumberFormatVisitor.Base

public interface JsonNumberFormatVisitor extends JsonValueFormatVisitor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    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 Summary

    Modifier and Type
    Method
    Description
    void
    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).

    Methods inherited from interface edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor

    enumTypes, format
  • Method Details

    • 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).