Class JacksonLogger_$logger
java.lang.Object
org.jboss.resteasy.plugins.providers.jackson._private.JacksonLogger_$logger
- All Implemented Interfaces:
Serializable
,JacksonLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2024-08-19T11:47:14-0700")
public class JacksonLogger_$logger
extends Object
implements JacksonLogger, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
Fields inherited from interface org.jboss.resteasy.plugins.providers.jackson._private.JacksonLogger
LOGGER
-
Constructor Summary
-
Method Summary
-
Field Details
-
log
protected final org.jboss.logging.Logger log
-
-
Constructor Details
-
JacksonLogger_$logger
public JacksonLogger_$logger(org.jboss.logging.Logger log)
-
-
Method Details
-
getLoggingLocale
-
cannotDeserialize$str
-
cannotDeserialize
Description copied from interface:JacksonLogger
Returns a message indicating the data could not be deserialized.- Specified by:
cannotDeserialize
in interfaceJacksonLogger
- Returns:
- a message indicating the data could not be deserialized
-
logCannotDeserialize
Description copied from interface:JacksonLogger
Logs a message indicating the data could not be deserialized.- Specified by:
logCannotDeserialize
in interfaceJacksonLogger
- Parameters:
cause
- the cause of the error
-
logCannotDeserialize$str
-