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

com.atlassian.oai.validator.mockmvc.SwaggerValidatorMatchers Maven / Gradle / Ivy

There is a newer version: 2.44.1
Show newest version
package com.atlassian.oai.validator.mockmvc;

import org.springframework.test.web.servlet.ResultMatcher;

/**
 * Static factory methods for {@link ResultMatcher}-based result actions.
 *
 * @deprecated Replaced with {@link OpenApiValidationMatchers}
 */
@Deprecated
public abstract class SwaggerValidatorMatchers {
    public static OpenApiMatchers swagger() {
        return new OpenApiMatchers();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy