jar

org.apache.geronimo.specs : geronimo-jsonb_1.0_spec

Maven & Gradle

Oct 16, 2020
57 usages

Apache Geronimo JSON Binding Spec 1.0 · Apache Geronimo implementation of the JSR-367

Table Of Contents

Latest Version

Download org.apache.geronimo.specs : geronimo-jsonb_1.0_spec JAR file - Latest Versions:

All Versions

Download org.apache.geronimo.specs : geronimo-jsonb_1.0_spec JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4
1.3
1.2
1.1
1.0

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 geronimo-jsonb_1.0_spec-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

javax.json.bind.spi

├─ javax.json.bind.spi.JsonbProvider.class - [JAR]

javax.json.bind

├─ javax.json.bind.Jsonb.class - [JAR]

├─ javax.json.bind.JsonbBuilder.class - [JAR]

├─ javax.json.bind.JsonbConfig.class - [JAR]

├─ javax.json.bind.JsonbException.class - [JAR]

javax.json.bind.config

├─ javax.json.bind.config.BinaryDataStrategy.class - [JAR]

├─ javax.json.bind.config.PropertyNamingStrategy.class - [JAR]

├─ javax.json.bind.config.PropertyOrderStrategy.class - [JAR]

├─ javax.json.bind.config.PropertyVisibilityStrategy.class - [JAR]

javax.json.bind.serializer

├─ javax.json.bind.serializer.DeserializationContext.class - [JAR]

├─ javax.json.bind.serializer.JsonbDeserializer.class - [JAR]

├─ javax.json.bind.serializer.JsonbSerializer.class - [JAR]

├─ javax.json.bind.serializer.SerializationContext.class - [JAR]

javax.json.bind.adapter

├─ javax.json.bind.adapter.JsonbAdapter.class - [JAR]

javax.json.bind.annotation

├─ javax.json.bind.annotation.JsonbAnnotation.class - [JAR]

├─ javax.json.bind.annotation.JsonbCreator.class - [JAR]

├─ javax.json.bind.annotation.JsonbDateFormat.class - [JAR]

├─ javax.json.bind.annotation.JsonbNillable.class - [JAR]

├─ javax.json.bind.annotation.JsonbNumberFormat.class - [JAR]

├─ javax.json.bind.annotation.JsonbProperty.class - [JAR]

├─ javax.json.bind.annotation.JsonbPropertyOrder.class - [JAR]

├─ javax.json.bind.annotation.JsonbTransient.class - [JAR]

├─ javax.json.bind.annotation.JsonbTypeAdapter.class - [JAR]

├─ javax.json.bind.annotation.JsonbTypeDeserializer.class - [JAR]

├─ javax.json.bind.annotation.JsonbTypeSerializer.class - [JAR]

├─ javax.json.bind.annotation.JsonbVisibility.class - [JAR]

Advertisement