public static final class SwaggerMigrators.MembersToString extends java.lang.Object implements SwaggerMigrator
Important notes:
JsonNode given as an input is unaltered; a modified
copy is returned.| 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 © 2019. All Rights Reserved.