Interface JacksonLogger

    • Method Detail

      • cannotDeserialize

        @Message(id=0,
                 value="Not able to deserialize data provided.")
        String cannotDeserialize()
        Returns a message indicating the data could not be deserialized.
        Returns:
        a message indicating the data could not be deserialized
      • logCannotDeserialize

        @LogMessage(level=ERROR)
        @Message(id=100,
                 value="Not able to deserialize data provided")
        void logCannotDeserialize​(@Cause
                                  Throwable cause)
        Logs a message indicating the data could not be deserialized.
        Parameters:
        cause - the cause of the error