View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window openapi-generator-core-4.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openapitools.codegen.api
├─ org.openapitools.codegen.api.AbstractTemplatingEngineAdapter.class - [JAR]
├─ org.openapitools.codegen.api.TemplatingEngineAdapter.class - [JAR]
├─ org.openapitools.codegen.api.TemplatingGenerator.class - [JAR]
org.openapitools.codegen.meta
├─ org.openapitools.codegen.meta.FeatureSet.class - [JAR]
├─ org.openapitools.codegen.meta.GeneratorMetadata.class - [JAR]
├─ org.openapitools.codegen.meta.Stability.class - [JAR]
org.openapitools.codegen.validation
├─ org.openapitools.codegen.validation.GenericValidator.class - [JAR]
├─ org.openapitools.codegen.validation.Invalid.class - [JAR]
├─ org.openapitools.codegen.validation.Severity.class - [JAR]
├─ org.openapitools.codegen.validation.Valid.class - [JAR]
├─ org.openapitools.codegen.validation.Validated.class - [JAR]
├─ org.openapitools.codegen.validation.ValidationResult.class - [JAR]
├─ org.openapitools.codegen.validation.ValidationRule.class - [JAR]
├─ org.openapitools.codegen.validation.Validator.class - [JAR]
org.openapitools.codegen.meta.features
├─ org.openapitools.codegen.meta.features.ClientModificationFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.DataTypeFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.DocumentationFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.GlobalFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.ParameterFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.SchemaSupportFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.SecurityFeature.class - [JAR]
├─ org.openapitools.codegen.meta.features.WireFormatFeature.class - [JAR]
org.openapitools.codegen.meta.features.annotations
├─ org.openapitools.codegen.meta.features.annotations.AnnotationType.class - [JAR]
├─ org.openapitools.codegen.meta.features.annotations.OAS2.class - [JAR]
├─ org.openapitools.codegen.meta.features.annotations.OAS3.class - [JAR]
├─ org.openapitools.codegen.meta.features.annotations.ToolingExtension.class - [JAR]
org.openapitools.codegen.config
├─ org.openapitools.codegen.config.Context.class - [JAR]
├─ org.openapitools.codegen.config.GeneratorSettings.class - [JAR]
├─ org.openapitools.codegen.config.WorkflowSettings.class - [JAR]