Class SwaggerPluginSupport
- java.lang.Object
-
- springfox.documentation.swagger.common.SwaggerPluginSupport
-
public class SwaggerPluginSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
OAS_PLUGIN_ORDER
static int
SWAGGER_PLUGIN_ORDER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
pluginDoesApply(DocumentationType documentationType)
-
-
-
Field Detail
-
SWAGGER_PLUGIN_ORDER
public static final int SWAGGER_PLUGIN_ORDER
- See Also:
- Constant Field Values
-
OAS_PLUGIN_ORDER
public static final int OAS_PLUGIN_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
pluginDoesApply
public static boolean pluginDoesApply(DocumentationType documentationType)
-
-