![JAR search and dependency download from the Maven repository](/logo.png)
pub.codex.apix.schema.Operation Maven / Gradle / Ivy
package pub.codex.apix.schema;
import org.springframework.http.HttpMethod;
import java.util.List;
import java.util.Map;
/**
* mapping 属性 schema 映射
*/
public class Operation {
private final HttpMethod method;
private final String summary;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy