Class CxfProperties
- java.lang.Object
-
- org.apache.cxf.spring.boot.autoconfigure.CxfProperties
-
@ConfigurationProperties("cxf") @Validated public class CxfProperties extends ObjectConfigurationPropertiesfor Apache CXF.- Author:
- Vedran Pavic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCxfProperties.JaxrsScanstatic classCxfProperties.Metricsstatic classCxfProperties.Servlet
-
Constructor Summary
Constructors Constructor Description CxfProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxfProperties.JaxrsScangetJaxrs()CxfProperties.MetricsgetMetrics()@NotNull @Pattern(regexp="/[^?#]*",message="Path must start with /") StringgetPath()CxfProperties.ServletgetServlet()voidsetPath(String path)
-
-
-
Method Detail
-
getPath
@NotNull @Pattern(regexp="/[^?#]*", message="Path must start with /") public @NotNull @Pattern(regexp="/[^?#]*",message="Path must start with /") String getPath()
-
setPath
public void setPath(String path)
-
getServlet
public CxfProperties.Servlet getServlet()
-
getMetrics
public CxfProperties.Metrics getMetrics()
-
getJaxrs
public CxfProperties.JaxrsScan getJaxrs()
-
-