All Known Implementing Classes:
ListVendorExtension, ObjectVendorExtension, StringVendorExtension

public interface VendorExtension<T>
A property container which holds custom properties that describe extra functionality that is not covered by the standard OpenAPI Specification.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get the name of the vendor extension.
    get the value of the vendor extension.
  • Method Details

    • getName

      String getName()
      get the name of the vendor extension.
      Returns:
      the name of the vendor extension.
    • getValue

      T getValue()
      get the value of the vendor extension.
      Returns:
      the value of the vendor extension.