| Package | Description |
|---|---|
| io.swagger.deserializer | |
| io.swagger.models.reader | |
| io.swagger.parser | |
| io.swagger.reader | |
| io.swagger.transform.migrate | |
| io.swagger.validate |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractSwaggerDeserializer.deserialize(com.fasterxml.jackson.databind.JsonNode jsonNode,
MessageBuilder messageBuilder) |
T |
SwaggerDeserializer.deserialize(com.fasterxml.jackson.databind.JsonNode jsonNode,
MessageBuilder messageBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ApiDeclaration |
ApiDeclarationParser.read(String json,
MessageBuilder messages) |
protected List<AuthorizationScope> |
SwaggerParser.readAuthorizationScopes(List<Map<String,Object>> map,
MessageBuilder messages) |
| Modifier and Type | Method and Description |
|---|---|
ApiDeclaration |
SwaggerCompatConverter.readDeclaration(String input,
MessageBuilder messages,
List<io.swagger.models.auth.AuthorizationValue> auths) |
ResourceListing |
SwaggerCompatConverter.readResourceListing(String input,
MessageBuilder messages,
List<io.swagger.models.auth.AuthorizationValue> auths) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
SwaggerReader.read(String url,
Authentication authentication,
MessageBuilder messageBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
SwaggerJsonMigrator.migrate(MessageBuilder builder,
com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerJsonValidator.validate(MessageBuilder builder,
com.fasterxml.jackson.databind.JsonNode input) |
Copyright © 2025. All rights reserved.