Package com.aquima.web.config.properties
Class WebServicesProperties
java.lang.Object
com.aquima.web.config.properties.WebServicesProperties
@Component
@RefreshScope
@ConfigurationProperties(prefix="blueriq.webservices")
public class WebServicesProperties
extends Object
Properties related to the web services.
- Since:
- 11.3
- Author:
- Voicu Moldovan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setCreateEmptyElementsForUnknowns
(boolean createEmptyElementsForUnknowns) void
setStructuredInputValidation
(boolean structuredInputValidation)
-
Constructor Details
-
Method Details
-
isStructuredInputValidation
public boolean isStructuredInputValidation() -
setStructuredInputValidation
public void setStructuredInputValidation(boolean structuredInputValidation) -
isCreateEmptyElementsForUnknowns
public boolean isCreateEmptyElementsForUnknowns() -
setCreateEmptyElementsForUnknowns
public void setCreateEmptyElementsForUnknowns(boolean createEmptyElementsForUnknowns)
-