de.codecentric.hikaku.converters.spring.extensions.PathsSpringExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hikaku-spring Show documentation
Show all versions of hikaku-spring Show documentation
A library that tests if the implementation of a REST-API meets its specification. This module contains a converter for spring-mvc implementations.
package de.codecentric.hikaku.converters.spring.extensions
import org.springframework.web.servlet.mvc.method.RequestMappingInfo
internal fun RequestMappingInfo.paths(): Set {
return this.patternsCondition.patterns
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy