Package org.forgerock.http.swagger
Class SwaggerUtils
java.lang.Object
org.forgerock.http.swagger.SwaggerUtils
Swagger utility.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.swagger.models.Swagger
clone
(io.swagger.models.Swagger descriptor) Clone aSwagger
instance.
-
Method Details
-
clone
public static io.swagger.models.Swagger clone(io.swagger.models.Swagger descriptor) Clone aSwagger
instance.- Parameters:
descriptor
- The instance to clone.- Returns:
- The newly cloned instance.
-