Interface JacksonLogger
- All Known Implementing Classes:
JacksonLogger_$logger
@MessageLogger(projectCode="RESTEASY-JACKSON")
public interface JacksonLogger
- Author:
- James R. Perkins
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a message indicating the data could not be deserialized.void
logCannotDeserialize
(Throwable cause) Logs a message indicating the data could not be deserialized.
-
Field Details
-
LOGGER
-
-
Method Details
-
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
-