Class SwaggerTransformationContext<T>
- java.lang.Object
-
- springfox.documentation.swagger2.web.SwaggerTransformationContext<T>
-
public class SwaggerTransformationContext<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.models.Swagger
getSpecification()
SwaggerTransformationContext<T>
next(io.swagger.models.Swagger specification)
java.util.Optional<T>
request()
-
-
-
Method Detail
-
getSpecification
public io.swagger.models.Swagger getSpecification()
-
request
public java.util.Optional<T> request()
-
next
public SwaggerTransformationContext<T> next(io.swagger.models.Swagger specification)
-
-