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

com.crivano.swaggerservlet.LogResponse Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
package com.crivano.swaggerservlet;

public class LogResponse implements ISwaggerModel {
	public String method;
	public String path;
	public ISwaggerRequest request;
	public ISwaggerResponse response;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy