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 Details

    • log

      protected final org.jboss.logging.Logger log
  • Constructor Details

    • JacksonLogger_$logger

      public JacksonLogger_$logger(org.jboss.logging.Logger log)
  • Method Details

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • cannotDeserialize$str

      protected String cannotDeserialize$str()
    • cannotDeserialize

      public final String cannotDeserialize()
      Description copied from interface: JacksonLogger
      Returns a message indicating the data could not be deserialized.
      Specified by:
      cannotDeserialize in interface JacksonLogger
      Returns:
      a message indicating the data could not be deserialized
    • logCannotDeserialize

      public final void logCannotDeserialize(Throwable cause)
      Description copied from interface: JacksonLogger
      Logs a message indicating the data could not be deserialized.
      Specified by:
      logCannotDeserialize in interface JacksonLogger
      Parameters:
      cause - the cause of the error
    • logCannotDeserialize$str

      protected String logCannotDeserialize$str()