Interface TextConfig

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String toJson()
      Convert a configuration to a JSON string
      default io.vertx.core.json.JsonObject toJsonObject()
      Convert a configuration to a JsonObject
      default java.lang.String toYaml()
      Convert a configuration to a YAML string
    • Method Detail

      • toJson

        default java.lang.String toJson()
        Convert a configuration to a JSON string
        Returns:
        convert this object to a string
      • toYaml

        default java.lang.String toYaml()
        Convert a configuration to a YAML string
        Returns:
        the yaml representation of this configuration
      • toJsonObject

        default io.vertx.core.json.JsonObject toJsonObject()
        Convert a configuration to a JsonObject
        Returns:
        the JsonObject representation of this configuration