Package org.jboss.resteasy.core
Class ApplicationDescription
java.lang.Object
org.jboss.resteasy.core.ApplicationDescription
Describes basic information about an
Application
.- Author:
- James R. Perkins
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builds an application description. -
Method Summary
-
Method Details
-
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
Returns the path of the application. An empty path is always represented as/
.- Returns:
- the path of the application
-