Class SerializerUtil
java.lang.Object
com.fasterxml.jackson.module.afterburner.ser.SerializerUtil
Helper class that contains utility methods needed by various other classes
in this package.
- Since:
- 2.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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.
-