Interface ProviderPrefix.Builder

  • Method Details

    • strip

      Whether clients can omit the provider prefix from model IDs. If true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default is false.

      Parameters:
      strip - Whether clients can omit the provider prefix from model IDs. If true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • separator

      ProviderPrefix.Builder separator(String separator)

      The single character that separates the provider prefix from the model name (for example, .). The default is ..

      Parameters:
      separator - The single character that separates the provider prefix from the model name (for example, .). The default is ..
      Returns:
      Returns a reference to this object so that method calls can be chained together.