Class DefaultJerseyApplicationPath

java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
All Implemented Interfaces:
JerseyApplicationPath

public class DefaultJerseyApplicationPath extends Object implements JerseyApplicationPath
Default implementation of JerseyApplicationPath that derives the path from JerseyProperties or the @ApplicationPath annotation.
Since:
2.1.0
Author:
Madhura Bhave
  • Constructor Details

    • DefaultJerseyApplicationPath

      public DefaultJerseyApplicationPath(String applicationPath, org.glassfish.jersey.server.ResourceConfig config)
  • Method Details