@ConfigurationProperties(value="cxf") @Validated public class CxfProperties extends Object
ConfigurationProperties
for Apache CXF.Modifier and Type | Class and Description |
---|---|
static class |
CxfProperties.JaxrsScan |
static class |
CxfProperties.Metrics |
static class |
CxfProperties.Servlet |
Constructor and Description |
---|
CxfProperties() |
Modifier and Type | Method and Description |
---|---|
CxfProperties.JaxrsScan |
getJaxrs() |
CxfProperties.Metrics |
getMetrics() |
String |
getPath() |
CxfProperties.Servlet |
getServlet() |
void |
setPath(String path) |
@NotNull @Pattern(regexp="/[^?#]*", message="Path must start with /") public String getPath()
public void setPath(String path)
public CxfProperties.Servlet getServlet()
public CxfProperties.Metrics getMetrics()
public CxfProperties.JaxrsScan getJaxrs()
Apache CXF