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