Class QuarkusCxfUtils

java.lang.Object
io.quarkiverse.cxf.QuarkusCxfUtils

public class QuarkusCxfUtils extends Object
  • Method Details

    • quoteCongurationKeyIfNeeded

      public static String quoteCongurationKeyIfNeeded(String key)
      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" in quarkus.cxf.client."client-name".logging.enabled.
      Returns:
      a possibly quoted key