Class JaxrsLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.jaxrs.logging.JaxrsLogger_$logger
All Implemented Interfaces:
Serializable, JaxrsLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-09-30T10:59:40+0100") public class JaxrsLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements JaxrsLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • JaxrsLogger_$logger

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

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • classAnnotationNotFound

      public final void classAnnotationNotFound(String annotation, org.jboss.jandex.AnnotationTarget target)
      Description copied from interface: JaxrsLogger
      Logs a warning message indicating the annotation, represented by the annotation parameter, not on Class, represented by the target parameter.
      Specified by:
      classAnnotationNotFound in interface JaxrsLogger
      Parameters:
      annotation - the missing annotation.
      target - the target.
    • classAnnotationNotFound$str

      protected String classAnnotationNotFound$str()
    • classOrMethodAnnotationNotFound

      public final void classOrMethodAnnotationNotFound(String annotation, org.jboss.jandex.AnnotationTarget target)
      Description copied from interface: JaxrsLogger
      Logs a warning message indicating the annotation, represented by the annotation parameter, not on Class or Method, represented by the target parameter.
      Specified by:
      classOrMethodAnnotationNotFound in interface JaxrsLogger
      Parameters:
      annotation - the missing annotation.
      target - the target.
    • classOrMethodAnnotationNotFound$str

      protected String classOrMethodAnnotationNotFound$str()
    • moreThanOneServletMapping

      public final void moreThanOneServletMapping(String servletName, String pattern)
      Description copied from interface: JaxrsLogger
      Logs an error message indicating more than one mapping found for Jakarta RESTful Web Services servlet, represented by the servletName parameter, the second mapping, represented by the pattern parameter, will not work.
      Specified by:
      moreThanOneServletMapping in interface JaxrsLogger
      Parameters:
      servletName - the name of the servlet.
      pattern - the pattern.
    • moreThanOneServletMapping$str

      protected String moreThanOneServletMapping$str()
    • cannotLoadApplicationClass$str

      protected String cannotLoadApplicationClass$str()
    • cannotLoadApplicationClass

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadApplicationClass(Throwable cause)
      Description copied from interface: JaxrsLogger
      Creates an exception indicating the Jakarta RESTful Web Services application class could not be loaded.
      Specified by:
      cannotLoadApplicationClass in interface JaxrsLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • typeNameNotAnEjbView$str

      protected String typeNameNotAnEjbView$str()
    • typeNameNotAnEjbView

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException typeNameNotAnEjbView(List<Class<?>> type, String ejbName)
      Description copied from interface: JaxrsLogger
      Jakarta RESTful Web Services resource @Path annotation is on a class or interface that is not a view
      Specified by:
      typeNameNotAnEjbView in interface JaxrsLogger
      Parameters:
      type - The class with the annotation
      ejbName - The ejb
      Returns:
      the exception
    • invalidParamValue$str

      protected String invalidParamValue$str()
    • invalidParamValue

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidParamValue(String param, String value)
      Specified by:
      invalidParamValue in interface JaxrsLogger
    • noSpringIntegrationJar$str

      protected String noSpringIntegrationJar$str()
    • noSpringIntegrationJar

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException noSpringIntegrationJar()
      Specified by:
      noSpringIntegrationJar in interface JaxrsLogger
    • disablePropertyDeprecated

      public final void disablePropertyDeprecated()
      Specified by:
      disablePropertyDeprecated in interface JaxrsLogger
    • disablePropertyDeprecated$str

      protected String disablePropertyDeprecated$str()
    • failedToRegisterManagementViewForRESTResources

      public final void failedToRegisterManagementViewForRESTResources(String resClass, Exception e)
      Specified by:
      failedToRegisterManagementViewForRESTResources in interface JaxrsLogger
    • failedToRegisterManagementViewForRESTResources$str

      protected String failedToRegisterManagementViewForRESTResources$str()
    • noServletDeclaration

      public final void noServletDeclaration(String archiveName)
      Specified by:
      noServletDeclaration in interface JaxrsLogger
    • noServletDeclaration$str

      protected String noServletDeclaration$str()
    • resteasyVersion

      public final void resteasyVersion(String version)
      Specified by:
      resteasyVersion in interface JaxrsLogger
    • resteasyVersion$str

      protected String resteasyVersion$str()
    • failedToReadAttribute

      public final void failedToReadAttribute(Exception ex, org.jboss.as.controller.PathAddress address, org.jboss.dmr.ModelNode modelNode)
      Specified by:
      failedToReadAttribute in interface JaxrsLogger
    • failedToReadAttribute$str

      protected String failedToReadAttribute$str()
    • jacksonAnnotationDetected

      public final void jacksonAnnotationDetected(String property)
      Specified by:
      jacksonAnnotationDetected in interface JaxrsLogger
    • jacksonAnnotationDetected$str

      protected String jacksonAnnotationDetected$str()
    • paramConverterFailed

      public final void paramConverterFailed(String defaultValue, String param, String method, String paramConverter, String exceptionClass, String exceptionMsg)
      Specified by:
      paramConverterFailed in interface JaxrsLogger
    • paramConverterFailed$str

      protected String paramConverterFailed$str()
    • baseTypeMethodFailed

      public final void baseTypeMethodFailed(String defaultValue, String param, String method, String converterMethod, String exceptionClass, String exceptionMsg)
      Specified by:
      baseTypeMethodFailed in interface JaxrsLogger
    • baseTypeMethodFailed$str

      protected String baseTypeMethodFailed$str()
    • classIntrospectionFailure

      public final void classIntrospectionFailure(String clazz, String msg)
      Specified by:
      classIntrospectionFailure in interface JaxrsLogger
    • classIntrospectionFailure$str

      protected String classIntrospectionFailure$str()
    • tracingEnabled

      public final void tracingEnabled(String deploymentName)
      Specified by:
      tracingEnabled in interface JaxrsLogger
    • tracingEnabled$str

      protected String tracingEnabled$str()
    • invalidConfigurationFactory$str

      protected String invalidConfigurationFactory$str()
    • invalidConfigurationFactory

      public final IllegalStateException invalidConfigurationFactory(Class<?> factory)
      Specified by:
      invalidConfigurationFactory in interface JaxrsLogger
    • failedToLoadConfigurationFactory

      public final void failedToLoadConfigurationFactory(String msg)
      Specified by:
      failedToLoadConfigurationFactory in interface JaxrsLogger
    • failedToLoadConfigurationFactory$str

      protected String failedToLoadConfigurationFactory$str()