Class JerseyProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.jersey.JerseyProperties
@ConfigurationProperties(prefix="spring.jersey") public class JerseyProperties extends Object
ConfigurationPropertiesfor Jersey.- Since:
- 1.2.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJerseyProperties.Filterstatic classJerseyProperties.Servletstatic classJerseyProperties.Type
Constructor Summary
Constructors Constructor Description JerseyProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationPath()JerseyProperties.FiltergetFilter()Map<String,String>getInit()JerseyProperties.ServletgetServlet()JerseyProperties.TypegetType()voidsetApplicationPath(String applicationPath)voidsetInit(Map<String,String> init)voidsetType(JerseyProperties.Type type)
Constructor Detail
JerseyProperties
public JerseyProperties()
Method Detail
getFilter
public JerseyProperties.Filter getFilter()
getServlet
public JerseyProperties.Servlet getServlet()
getType
public JerseyProperties.Type getType()
setType
public void setType(JerseyProperties.Type type)
getApplicationPath
public String getApplicationPath()
setApplicationPath
public void setApplicationPath(String applicationPath)