Package org.springdoc.api.mixins
Interface SortedOpenAPIMixin
-
public interface SortedOpenAPIMixin
- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addExtension(String name, Object value)
Map<String,Object>
getExtensions()
io.swagger.v3.oas.models.Paths
getPaths()
-