Class DefaultJerseyApplicationPath
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
- All Implemented Interfaces:
JerseyApplicationPath
Default implementation of
JerseyApplicationPath
that derives the path from
JerseyProperties
or the @ApplicationPath
annotation.- Since:
- 2.1.0
- Author:
- Madhura Bhave
-
Constructor Summary
ConstructorDescriptionDefaultJerseyApplicationPath
(String applicationPath, org.glassfish.jersey.server.ResourceConfig config) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
getPrefix, getRelativePath, getUrlMapping
-
Constructor Details
-
DefaultJerseyApplicationPath
public DefaultJerseyApplicationPath(String applicationPath, org.glassfish.jersey.server.ResourceConfig config)
-
-
Method Details
-
getPath
Description copied from interface:JerseyApplicationPath
Returns the configured path of the application.- Specified by:
getPath
in interfaceJerseyApplicationPath
- Returns:
- the configured path
-