public final class ApiArrayMigrator extends Object implements SwaggerMigrator
| Constructor and Description |
|---|
ApiArrayMigrator() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
migrate(com.fasterxml.jackson.databind.JsonNode input)
Migrate a JSON input
|
@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.