public final class PathAppenderMigrator extends Object implements SwaggerMigrator
See issue #4 on GitHub.
| Constructor and Description |
|---|
PathAppenderMigrator(String basePath) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
migrate(com.fasterxml.jackson.databind.JsonNode input)
Migrate a JSON input
|
public PathAppenderMigrator(@Untainted @Nonnull String basePath)
@Nonnull public com.fasterxml.jackson.databind.JsonNode migrate(@Nonnull com.fasterxml.jackson.databind.JsonNode input) throws SwaggerMigrationException
SwaggerMigratormigrate in interface SwaggerMigratorinput - the input nodeSwaggerMigrationException - migration failedCopyright © 2023. All rights reserved.