public class ApiDeclarationMerger extends Object
| Constructor and Description |
|---|
ApiDeclarationMerger(String swaggerVersion,
String apiVersion,
String basePath)
This creates a ApiDeclarationMerger
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ApiDeclaration> |
merge(Collection<ApiDeclaration> declarations)
This merges the declarations in the given collection together as needed
|
public Collection<ApiDeclaration> merge(Collection<ApiDeclaration> declarations)
declarations - The declarations to mergeCopyright © 2015. All rights reserved.