Class JacksonLogger_$logger

    • Field Detail

      • log

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

      • JacksonLogger_$logger

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

      • 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()