Class ApplicationDescription

java.lang.Object
org.jboss.resteasy.core.ApplicationDescription

public class ApplicationDescription extends Object
Describes basic information about an Application.
Author:
James R. Perkins
  • Method Details

    • type

      public Class<? extends jakarta.ws.rs.core.Application> type()
      Returns the class of the application.
      Returns:
      the class for the application
    • instance

      public jakarta.ws.rs.core.Application instance()
      Returns the instance of the application.
      Returns:
      the instance of the application
    • path

      public String path()
      Returns the path of the application. An empty path is always represented as /.
      Returns:
      the path of the application