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-01-12T15:01:24-0800") public class JacksonLogger_$logger extends Object implements JacksonLogger, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.logging.Loggerlog-
Fields inherited from interface org.jboss.resteasy.plugins.providers.jackson._private.JacksonLogger
LOGGER
-
-
Constructor Summary
Constructors Constructor Description JacksonLogger_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcannotDeserialize()Returns a message indicating the data could not be deserialized.protected StringcannotDeserialize$str()protected LocalegetLoggingLocale()voidlogCannotDeserialize(Throwable cause)Logs a message indicating the data could not be deserialized.protected StringlogCannotDeserialize$str()
-
-
-
Method Detail
-
getLoggingLocale
protected Locale getLoggingLocale()
-
cannotDeserialize$str
protected String cannotDeserialize$str()
-
cannotDeserialize
public final String cannotDeserialize()
Description copied from interface:JacksonLoggerReturns a message indicating the data could not be deserialized.- Specified by:
cannotDeserializein interfaceJacksonLogger- Returns:
- a message indicating the data could not be deserialized
-
logCannotDeserialize
public final void logCannotDeserialize(Throwable cause)
Description copied from interface:JacksonLoggerLogs a message indicating the data could not be deserialized.- Specified by:
logCannotDeserializein interfaceJacksonLogger- Parameters:
cause- the cause of the error
-
logCannotDeserialize$str
protected String logCannotDeserialize$str()
-
-