Class ApiDescriptionLookup
- java.lang.Object
-
- springfox.documentation.spring.web.scanners.ApiDescriptionLookup
-
@Component public class ApiDescriptionLookup extends java.lang.Object
Given a handler method this class serves to lookup the api description. The overall goal of this abstraction is to serve the purpose of looking up a given description.
-
-
Constructor Summary
Constructors Constructor Description ApiDescriptionLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(RequestHandlerKey key, ApiDescription value)
ApiDescription
description(RequestHandler requestHandler)
-
-
-
Method Detail
-
add
public void add(RequestHandlerKey key, ApiDescription value)
-
description
public ApiDescription description(RequestHandler requestHandler)
-
-