Class JaxrsLogger_$logger

  • All Implemented Interfaces:
    Serializable, JaxrsLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2022-07-08T18:16:57+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:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.jboss.logging.DelegatingBasicLogger

        log
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxrsLogger_$logger​(org.jboss.logging.Logger log)  
    • Constructor Detail

      • JaxrsLogger_$logger

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

      • 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$str

        protected String disablePropertyDeprecated$str()
      • failedToRegisterManagementViewForRESTResources$str

        protected String failedToRegisterManagementViewForRESTResources$str()
      • noServletDeclaration$str

        protected String noServletDeclaration$str()
      • 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$str

        protected String jacksonAnnotationDetected$str()
      • paramConverterFailed$str

        protected String paramConverterFailed$str()
      • baseTypeMethodFailed$str

        protected String baseTypeMethodFailed$str()
      • classIntrospectionFailure$str

        protected String classIntrospectionFailure$str()
      • parameterNotList$str

        protected String parameterNotList$str()
      • parameterNotList

        public final org.jboss.as.controller.OperationFailedException parameterNotList​(String param)
        Specified by:
        parameterNotList in interface JaxrsLogger
      • illegalArgument$str

        protected String illegalArgument$str()