public interface OpenApiServiceConfiguration extends ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getCorsHeaders()
Defines if CORS headers are set on the OpenApi response.
|
String |
getEnabled() |
String |
getVirtualServers()
String value defines the attached virtual servers.
|
void |
setCorsHeaders(String value) |
void |
setEnabled(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getCorsHeaders()
void setCorsHeaders(String value) throws PropertyVetoException
PropertyVetoExceptionString getVirtualServers()
void setVirtualServers(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.