Class SerializerUtil

java.lang.Object
com.fasterxml.jackson.module.blackbird.ser.SerializerUtil

class SerializerUtil extends Object
Helper class that contains utility methods needed by various other classes in this package.
Since:
2.12
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isDefaultSerializer(com.fasterxml.jackson.databind.JsonSerializer<?> ser)
    Helper method used to check whether given serializer is the default serializer implementation: this is necessary to avoid overriding other kinds of serializers.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SerializerUtil

      SerializerUtil()
  • Method Details

    • isDefaultSerializer

      public static boolean isDefaultSerializer(com.fasterxml.jackson.databind.JsonSerializer<?> ser)
      Helper method used to check whether given serializer is the default serializer implementation: this is necessary to avoid overriding other kinds of serializers.