Class ApplicationDescription
java.lang.Object
org.jboss.resteasy.core.ApplicationDescription
-
Nested Class Summary
Modifier 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
-