public final class PathAppenderMigrator extends java.lang.Object implements SwaggerMigrator
See issue #4 on GitHub.
| Constructor and Description |
|---|
PathAppenderMigrator(java.lang.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
java.lang.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 © 2019. All Rights Reserved.