public class OpenAPIUtil
Type Params | Return Type | Name and description |
---|---|---|
|
public static String |
getFullSpecLocation(ValidationDataType type, String specSrc, String projectLocation) |
|
public static boolean |
isUrl(String specSrc) |
|
public static boolean |
isValidOpenAPISpecification(String specSrc, ValidationDataType dataType, String projectLocation) |
|
public static ValidationReport |
validateRequest(RequestObject request, String specSrc) |
|
public static ValidationReport |
validateResponse(ResponseObject response, RequestObject request, String specSrc) |