All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openapi4j.core.model.OAI Maven / Gradle / Ivy

package org.openapi4j.core.model;

public interface OAI {
  /**
   * Get the Open API context.
   * @return The Open API context.
   */
  OAIContext getContext();

  /**
   * Set the Open API context.
   * @param context The Open API context.
   */
  void setContext(OAIContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy