jar

io.github.drewlakee : jooas

Maven & Gradle

May 27, 2024
0 stars

json-object-openapi-schema · A Kotlin library for converting Json-object into OpenAPI Schema

Table Of Contents

Latest Version

Download io.github.drewlakee : jooas JAR file - Latest Versions:

All Versions

Download io.github.drewlakee : jooas JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 jooas-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jooas.adapters.openapi.yaml.wrappers

├─ io.github.jooas.adapters.openapi.yaml.wrappers.SchemaComponents.class - [JAR]

io.github.jooas.adapters.openapi.yaml.pojo

├─ io.github.jooas.adapters.openapi.yaml.pojo.ArrayObjectReferenceProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.ArrayProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.BooleanProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.IntegerProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.NumberProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.ObjectProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.ObjectReferenceProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.PojoProperty.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.pojo.StringProperty.class - [JAR]

io.github.jooas.adapters.exceptions

├─ io.github.jooas.adapters.exceptions.JsonEmptyArrayException.class - [JAR]

├─ io.github.jooas.adapters.exceptions.JsonEmptyObjectException.class - [JAR]

├─ io.github.jooas.adapters.exceptions.JsonGenericArrayTypeException.class - [JAR]

├─ io.github.jooas.adapters.exceptions.JsonIsNotAnObjectException.class - [JAR]

io.github.jooas.adapters

├─ io.github.jooas.adapters.AdaptersFactory.class - [JAR]

├─ io.github.jooas.adapters.Features.class - [JAR]

├─ io.github.jooas.adapters.JsonOpenApiObjectSchemaAdapter.class - [JAR]

├─ io.github.jooas.adapters.JsonOpenApiSchemaAdapter.class - [JAR]

io.github.jooas.adapters.openapi.yaml

├─ io.github.jooas.adapters.openapi.yaml.ObjectReferences.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.RecursiveYamlObjectAdapter.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.SchemaNameGenerator.class - [JAR]

├─ io.github.jooas.adapters.openapi.yaml.YamlObjectAdapter.class - [JAR]

io.github.jooas.adapters.openapi.definitions

├─ io.github.jooas.adapters.openapi.definitions.ArrayDefinition.class - [JAR]

├─ io.github.jooas.adapters.openapi.definitions.ExtendedFieldDefinition.class - [JAR]

├─ io.github.jooas.adapters.openapi.definitions.FieldDefinition.class - [JAR]

├─ io.github.jooas.adapters.openapi.definitions.ObjectDefinition.class - [JAR]

├─ io.github.jooas.adapters.openapi.definitions.PropertyDefinition.class - [JAR]

├─ io.github.jooas.adapters.openapi.definitions.PropertyType.class - [JAR]

io.github.jooas.adapters.openapi

├─ io.github.jooas.adapters.openapi.DefinitionsExtract.class - [JAR]

├─ io.github.jooas.adapters.openapi.RecursiveSchemaDefinitionExtractor.class - [JAR]

├─ io.github.jooas.adapters.openapi.SchemaDefinitionExtractor.class - [JAR]

Advertisement