类 DefaultJerseyApplicationPath
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
- 所有已实现的接口:
JerseyApplicationPath
Default implementation of
JerseyApplicationPath
that derives the path from
JerseyProperties
or the @ApplicationPath
annotation.- 从以下版本开始:
- 2.1.0
- 作者:
- Madhura Bhave
-
构造器概要
构造器构造器说明DefaultJerseyApplicationPath
(String applicationPath, org.glassfish.jersey.server.ResourceConfig config) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
getPrefix, getRelativePath, getUrlMapping
-
构造器详细资料
-
DefaultJerseyApplicationPath
public DefaultJerseyApplicationPath(String applicationPath, org.glassfish.jersey.server.ResourceConfig config)
-
-
方法详细资料
-
getPath
从接口复制的说明:JerseyApplicationPath
Returns the configured path of the application.- 指定者:
getPath
在接口中JerseyApplicationPath
- 返回:
- the configured path
-