@ConfigurationProperties(value="spring.jersey") public class JerseyProperties extends Object
ConfigurationProperties
for Jersey.Modifier and Type | Class and Description |
---|---|
static class |
JerseyProperties.Filter |
static class |
JerseyProperties.Type |
Constructor and Description |
---|
JerseyProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationPath() |
JerseyProperties.Filter |
getFilter() |
Map<String,String> |
getInit() |
JerseyProperties.Type |
getType() |
void |
setApplicationPath(String applicationPath) |
void |
setFilter(JerseyProperties.Filter filter) |
void |
setInit(Map<String,String> init) |
void |
setType(JerseyProperties.Type type) |
public JerseyProperties.Filter getFilter()
public void setFilter(JerseyProperties.Filter filter)
public JerseyProperties.Type getType()
public void setType(JerseyProperties.Type type)
public String getApplicationPath()
public void setApplicationPath(String applicationPath)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.