Package io.quarkiverse.cxf
Class QuarkusCxfUtils
java.lang.Object
io.quarkiverse.cxf.QuarkusCxfUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringKeys occurring in free form configuration maps may need quoting with double quotes, if they contain periods.
-
Method Details
-
quoteCongurationKeyIfNeeded
Keys occurring in free form configuration maps may need quoting with double quotes, if they contain periods.- Parameters:
key- a key occurring in a free form configuration map, such as"client-name"inquarkus.cxf.client."client-name".logging.enabled.- Returns:
- a possibly quoted key
-