jar

io.swagger : swagger-parser-v2

Maven & Gradle

Sep 30, 2017
1 usages

swagger-parser-v2

Table Of Contents

Latest Version

Download io.swagger : swagger-parser-v2 JAR file - Latest Versions:

All Versions

Download io.swagger : swagger-parser-v2 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window swagger-parser-v2-2.0.0-rc1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

v2.io.swagger.config

├─ v2.io.swagger.config.ConfigFactory.class - [JAR]

├─ v2.io.swagger.config.FilterFactory.class - [JAR]

├─ v2.io.swagger.config.Scanner.class - [JAR]

├─ v2.io.swagger.config.ScannerFactory.class - [JAR]

├─ v2.io.swagger.config.SwaggerConfig.class - [JAR]

v2.io.swagger.converter

├─ v2.io.swagger.converter.ModelConverter.class - [JAR]

├─ v2.io.swagger.converter.ModelConverterContext.class - [JAR]

├─ v2.io.swagger.converter.ModelConverterContextImpl.class - [JAR]

├─ v2.io.swagger.converter.ModelConverters.class - [JAR]

v2.io.swagger.deserializer

├─ v2.io.swagger.deserializer.AbstractSwaggerDeserializer.class - [JAR]

├─ v2.io.swagger.deserializer.ApiDeclarationDeserializer.class - [JAR]

├─ v2.io.swagger.deserializer.ResourceListingDeserializer.class - [JAR]

├─ v2.io.swagger.deserializer.SwaggerDeserializer.class - [JAR]

v2.io.swagger.validate

├─ v2.io.swagger.validate.ApiDeclarationJsonValidator.class - [JAR]

├─ v2.io.swagger.validate.ApiDeclarationSchemaValidator.class - [JAR]

├─ v2.io.swagger.validate.ResourceListingJsonValidator.class - [JAR]

├─ v2.io.swagger.validate.ResourceListingSchemaValidator.class - [JAR]

├─ v2.io.swagger.validate.SwaggerJsonValidator.class - [JAR]

├─ v2.io.swagger.validate.SwaggerSchemaValidator.class - [JAR]

v2.io.swagger.models.reader

├─ v2.io.swagger.models.reader.ApiDeclarationParser.class - [JAR]

├─ v2.io.swagger.models.reader.ApiDeclarationReader.class - [JAR]

├─ v2.io.swagger.models.reader.ResourceListingReader.class - [JAR]

├─ v2.io.swagger.models.reader.SwaggerParser.class - [JAR]

v2.io.swagger.parser.processors

├─ v2.io.swagger.parser.processors.DefinitionsProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.ExternalRefProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.ModelProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.OperationProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.ParameterProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.PathsProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.PropertyProcessor.class - [JAR]

├─ v2.io.swagger.parser.processors.ResponseProcessor.class - [JAR]

v2.io.swagger.core.filter

├─ v2.io.swagger.core.filter.AbstractSpecFilter.class - [JAR]

├─ v2.io.swagger.core.filter.SpecFilter.class - [JAR]

├─ v2.io.swagger.core.filter.SwaggerSpecFilter.class - [JAR]

v2.io.swagger.models.refs

├─ v2.io.swagger.models.refs.GenericRef.class - [JAR]

├─ v2.io.swagger.models.refs.RefFormat.class - [JAR]

├─ v2.io.swagger.models.refs.RefType.class - [JAR]

v2.io.swagger.transform.util

├─ v2.io.swagger.transform.util.APIFileDownload.class - [JAR]

├─ v2.io.swagger.transform.util.MutableJsonTree.class - [JAR]

├─ v2.io.swagger.transform.util.SwaggerJsonSchemaFactory.class - [JAR]

├─ v2.io.swagger.transform.util.SwaggerMigrationException.class - [JAR]

├─ v2.io.swagger.transform.util.SwaggerMigrators.class - [JAR]

v2.io.swagger.report

├─ v2.io.swagger.report.Message.class - [JAR]

├─ v2.io.swagger.report.MessageBuilder.class - [JAR]

├─ v2.io.swagger.report.Severity.class - [JAR]

v2.io.swagger.models.parameters

├─ v2.io.swagger.models.parameters.AbstractParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.AbstractSerializableParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.BodyParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.CookieParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.FormParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.HeaderParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.Parameter.class - [JAR]

├─ v2.io.swagger.models.parameters.PathParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.QueryParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.RefParameter.class - [JAR]

├─ v2.io.swagger.models.parameters.SerializableParameter.class - [JAR]

v2.io.swagger.models.resourcelisting

├─ v2.io.swagger.models.resourcelisting.ApiInfo.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.ApiKeyAuthorization.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.ApiListingReference.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.Authorization.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.AuthorizationCodeGrant.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.BasicAuthorization.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.GrantTypes.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.ImplicitGrant.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.LoginEndpoint.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.OAuth2Authorization.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.ResourceListing.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.TokenEndpoint.class - [JAR]

├─ v2.io.swagger.models.resourcelisting.TokenRequestEndpoint.class - [JAR]

v2.io.swagger.models

├─ v2.io.swagger.models.AbstractModel.class - [JAR]

├─ v2.io.swagger.models.ArrayModel.class - [JAR]

├─ v2.io.swagger.models.AuthorizationScope.class - [JAR]

├─ v2.io.swagger.models.AuthorizationType.class - [JAR]

├─ v2.io.swagger.models.ComposedModel.class - [JAR]

├─ v2.io.swagger.models.Contact.class - [JAR]

├─ v2.io.swagger.models.ExternalDocs.class - [JAR]

├─ v2.io.swagger.models.Format.class - [JAR]

├─ v2.io.swagger.models.HttpMethod.class - [JAR]

├─ v2.io.swagger.models.Info.class - [JAR]

├─ v2.io.swagger.models.License.class - [JAR]

├─ v2.io.swagger.models.Method.class - [JAR]

├─ v2.io.swagger.models.Model.class - [JAR]

├─ v2.io.swagger.models.ModelImpl.class - [JAR]

├─ v2.io.swagger.models.Operation.class - [JAR]

├─ v2.io.swagger.models.ParamType.class - [JAR]

├─ v2.io.swagger.models.PassAs.class - [JAR]

├─ v2.io.swagger.models.Path.class - [JAR]

├─ v2.io.swagger.models.RefModel.class - [JAR]

├─ v2.io.swagger.models.RefPath.class - [JAR]

├─ v2.io.swagger.models.RefResponse.class - [JAR]

├─ v2.io.swagger.models.Response.class - [JAR]

├─ v2.io.swagger.models.Scheme.class - [JAR]

├─ v2.io.swagger.models.SecurityRequirement.class - [JAR]

├─ v2.io.swagger.models.SecurityScope.class - [JAR]

├─ v2.io.swagger.models.Swagger.class - [JAR]

├─ v2.io.swagger.models.SwaggerBaseModel.class - [JAR]

├─ v2.io.swagger.models.SwaggerVersion.class - [JAR]

├─ v2.io.swagger.models.Tag.class - [JAR]

├─ v2.io.swagger.models.Xml.class - [JAR]

v2.io.swagger.models.properties

├─ v2.io.swagger.models.properties.AbstractNumericProperty.class - [JAR]

├─ v2.io.swagger.models.properties.AbstractProperty.class - [JAR]

├─ v2.io.swagger.models.properties.ArrayProperty.class - [JAR]

├─ v2.io.swagger.models.properties.BaseIntegerProperty.class - [JAR]

├─ v2.io.swagger.models.properties.BinaryProperty.class - [JAR]

├─ v2.io.swagger.models.properties.BooleanProperty.class - [JAR]

├─ v2.io.swagger.models.properties.ByteArrayProperty.class - [JAR]

├─ v2.io.swagger.models.properties.DateProperty.class - [JAR]

├─ v2.io.swagger.models.properties.DateTimeProperty.class - [JAR]

├─ v2.io.swagger.models.properties.DecimalProperty.class - [JAR]

├─ v2.io.swagger.models.properties.DoubleProperty.class - [JAR]

├─ v2.io.swagger.models.properties.EmailProperty.class - [JAR]

├─ v2.io.swagger.models.properties.FileProperty.class - [JAR]

├─ v2.io.swagger.models.properties.FloatProperty.class - [JAR]

├─ v2.io.swagger.models.properties.IntegerProperty.class - [JAR]

├─ v2.io.swagger.models.properties.LongProperty.class - [JAR]

├─ v2.io.swagger.models.properties.MapProperty.class - [JAR]

├─ v2.io.swagger.models.properties.ObjectProperty.class - [JAR]

├─ v2.io.swagger.models.properties.PasswordProperty.class - [JAR]

├─ v2.io.swagger.models.properties.Property.class - [JAR]

├─ v2.io.swagger.models.properties.PropertyBuilder.class - [JAR]

├─ v2.io.swagger.models.properties.RefProperty.class - [JAR]

├─ v2.io.swagger.models.properties.StringProperty.class - [JAR]

├─ v2.io.swagger.models.properties.UUIDProperty.class - [JAR]

v2.io.swagger.parser

├─ v2.io.swagger.parser.ResolverCache.class - [JAR]

├─ v2.io.swagger.parser.ResolverOptions.class - [JAR]

├─ v2.io.swagger.parser.Swagger20Parser.class - [JAR]

├─ v2.io.swagger.parser.SwaggerCompatConverter.class - [JAR]

├─ v2.io.swagger.parser.SwaggerException.class - [JAR]

├─ v2.io.swagger.parser.SwaggerLegacyParser.class - [JAR]

├─ v2.io.swagger.parser.SwaggerParser.class - [JAR]

├─ v2.io.swagger.parser.SwaggerParserExtension.class - [JAR]

├─ v2.io.swagger.parser.SwaggerResolver.class - [JAR]

v2.io.swagger.transform.migrate

├─ v2.io.swagger.transform.migrate.ApiArrayMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.ApiDeclarationMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.ApiObjectMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.ApiOperationMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.OperationParametersMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.ResourceListingMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.SwaggerJsonMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.SwaggerMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.V11AllowableValuesMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.V11ApiDeclarationMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.V11ResourceListingMigrator.class - [JAR]

├─ v2.io.swagger.transform.migrate.V11TypeMigrator.class - [JAR]

v2.io.swagger.model

├─ v2.io.swagger.model.ApiDescription.class - [JAR]

├─ v2.io.swagger.model.ApiInfo.class - [JAR]

v2.io.swagger.io

├─ v2.io.swagger.io.Authentication.class - [JAR]

├─ v2.io.swagger.io.HeaderAuthentication.class - [JAR]

├─ v2.io.swagger.io.HttpClient.class - [JAR]

├─ v2.io.swagger.io.NoAuthentication.class - [JAR]

├─ v2.io.swagger.io.QueryParamAuthentication.class - [JAR]

v2.io.swagger.transform.migrate.resourcelisting

├─ v2.io.swagger.transform.migrate.resourcelisting.PathAppenderMigrator.class - [JAR]

v2.io.swagger.annotations

├─ v2.io.swagger.annotations.Api.class - [JAR]

├─ v2.io.swagger.annotations.ApiImplicitParam.class - [JAR]

├─ v2.io.swagger.annotations.ApiImplicitParams.class - [JAR]

├─ v2.io.swagger.annotations.ApiKeyAuthDefinition.class - [JAR]

├─ v2.io.swagger.annotations.ApiModel.class - [JAR]

├─ v2.io.swagger.annotations.ApiModelProperty.class - [JAR]

├─ v2.io.swagger.annotations.ApiOperation.class - [JAR]

├─ v2.io.swagger.annotations.ApiParam.class - [JAR]

├─ v2.io.swagger.annotations.ApiResponse.class - [JAR]

├─ v2.io.swagger.annotations.ApiResponses.class - [JAR]

├─ v2.io.swagger.annotations.Authorization.class - [JAR]

├─ v2.io.swagger.annotations.AuthorizationScope.class - [JAR]

├─ v2.io.swagger.annotations.BasicAuthDefinition.class - [JAR]

├─ v2.io.swagger.annotations.Contact.class - [JAR]

├─ v2.io.swagger.annotations.Example.class - [JAR]

├─ v2.io.swagger.annotations.ExampleProperty.class - [JAR]

├─ v2.io.swagger.annotations.Extension.class - [JAR]

├─ v2.io.swagger.annotations.ExtensionProperty.class - [JAR]

├─ v2.io.swagger.annotations.ExternalDocs.class - [JAR]

├─ v2.io.swagger.annotations.Info.class - [JAR]

├─ v2.io.swagger.annotations.License.class - [JAR]

├─ v2.io.swagger.annotations.OAuth2Definition.class - [JAR]

├─ v2.io.swagger.annotations.ResponseHeader.class - [JAR]

├─ v2.io.swagger.annotations.Scope.class - [JAR]

├─ v2.io.swagger.annotations.SecurityDefinition.class - [JAR]

├─ v2.io.swagger.annotations.SwaggerDefinition.class - [JAR]

├─ v2.io.swagger.annotations.Tag.class - [JAR]

v2.io.swagger.parser.util

├─ v2.io.swagger.parser.util.ClasspathHelper.class - [JAR]

├─ v2.io.swagger.parser.util.DeserializationUtils.class - [JAR]

├─ v2.io.swagger.parser.util.HostAuthorizationValue.class - [JAR]

├─ v2.io.swagger.parser.util.ManagedValue.class - [JAR]

├─ v2.io.swagger.parser.util.PathUtils.class - [JAR]

├─ v2.io.swagger.parser.util.RefUtils.class - [JAR]

├─ v2.io.swagger.parser.util.RemoteUrl.class - [JAR]

├─ v2.io.swagger.parser.util.SwaggerDeserializationResult.class - [JAR]

├─ v2.io.swagger.parser.util.SwaggerDeserializer.class - [JAR]

v2.io.swagger.util

├─ v2.io.swagger.util.AllowableEnumValues.class - [JAR]

├─ v2.io.swagger.util.AllowableRangeValues.class - [JAR]

├─ v2.io.swagger.util.AllowableValues.class - [JAR]

├─ v2.io.swagger.util.AllowableValuesUtils.class - [JAR]

├─ v2.io.swagger.util.BaseReaderUtils.class - [JAR]

├─ v2.io.swagger.util.DeserializationModule.class - [JAR]

├─ v2.io.swagger.util.Json.class - [JAR]

├─ v2.io.swagger.util.ModelDeserializer.class - [JAR]

├─ v2.io.swagger.util.ObjectMapperFactory.class - [JAR]

├─ v2.io.swagger.util.ParameterDeserializer.class - [JAR]

├─ v2.io.swagger.util.ParameterProcessor.class - [JAR]

├─ v2.io.swagger.util.PathDeserializer.class - [JAR]

├─ v2.io.swagger.util.PathUtils.class - [JAR]

├─ v2.io.swagger.util.PrimitiveType.class - [JAR]

├─ v2.io.swagger.util.PropertyDeserializer.class - [JAR]

├─ v2.io.swagger.util.ReflectionUtils.class - [JAR]

├─ v2.io.swagger.util.ResponseDeserializer.class - [JAR]

├─ v2.io.swagger.util.SecurityDefinitionDeserializer.class - [JAR]

├─ v2.io.swagger.util.Yaml.class - [JAR]

v2.io.swagger.jackson

├─ v2.io.swagger.jackson.AbstractModelConverter.class - [JAR]

├─ v2.io.swagger.jackson.JAXBAnnotationsHelper.class - [JAR]

├─ v2.io.swagger.jackson.ModelResolver.class - [JAR]

├─ v2.io.swagger.jackson.PackageVersion.class - [JAR]

├─ v2.io.swagger.jackson.SwaggerAnnotationIntrospector.class - [JAR]

├─ v2.io.swagger.jackson.SwaggerModule.class - [JAR]

├─ v2.io.swagger.jackson.TypeNameResolver.class - [JAR]

v2.io.swagger.models.auth

├─ v2.io.swagger.models.auth.AbstractSecuritySchemeDefinition.class - [JAR]

├─ v2.io.swagger.models.auth.ApiKeyAuthDefinition.class - [JAR]

├─ v2.io.swagger.models.auth.AuthorizationValue.class - [JAR]

├─ v2.io.swagger.models.auth.BasicAuthDefinition.class - [JAR]

├─ v2.io.swagger.models.auth.In.class - [JAR]

├─ v2.io.swagger.models.auth.OAuth2Definition.class - [JAR]

├─ v2.io.swagger.models.auth.SecuritySchemeDefinition.class - [JAR]

v2.io.swagger.models.apideclaration

├─ v2.io.swagger.models.apideclaration.Api.class - [JAR]

├─ v2.io.swagger.models.apideclaration.ApiDeclaration.class - [JAR]

├─ v2.io.swagger.models.apideclaration.ExtendedTypedObject.class - [JAR]

├─ v2.io.swagger.models.apideclaration.Items.class - [JAR]

├─ v2.io.swagger.models.apideclaration.Model.class - [JAR]

├─ v2.io.swagger.models.apideclaration.ModelProperty.class - [JAR]

├─ v2.io.swagger.models.apideclaration.Operation.class - [JAR]

├─ v2.io.swagger.models.apideclaration.Parameter.class - [JAR]

├─ v2.io.swagger.models.apideclaration.ResponseMessage.class - [JAR]

├─ v2.io.swagger.models.apideclaration.TypedObject.class - [JAR]

v2.io.swagger.reader

├─ v2.io.swagger.reader.ProxySwaggerReader.class - [JAR]

├─ v2.io.swagger.reader.SimpleSwaggerReader.class - [JAR]

├─ v2.io.swagger.reader.SwaggerReader.class - [JAR]

├─ v2.io.swagger.reader.SwaggerReaderConfiguration.class - [JAR]

├─ v2.io.swagger.reader.SwaggerReaderFactory.class - [JAR]

Advertisement

Dependencies from Group

May 15, 2023
2k usages
7.2k stars
May 15, 2023
521 usages
7.2k stars
May 15, 2023
399 usages
7.2k stars
May 15, 2023
388 usages
7.2k stars
May 15, 2023
231 usages
7.2k stars

Discover Dependencies

Sep 29, 2017
1 usages
7.2k stars
Mar 10, 2021
2 usages
16 stars
Mar 10, 2021
2 usages
Nov 22, 2018
2 usages
72 stars
Mar 14, 2019
6 usages
8.7k stars
Dec 26, 2022
1 usages
8.7k stars
Feb 11, 2021
1 usages
8.7k stars
Dec 12, 2017
1 usages