jar

org.openapitools : jackson-databind-nullable

Maven & Gradle

Feb 21, 2023
189 usages
92 stars

JsonNullable Jackson module · JsonNullable wrapper class and Jackson module to support fields with meaningful null values.

Table Of Contents

Latest Version

Download org.openapitools : jackson-databind-nullable JAR file - Latest Versions:

All Versions

Download org.openapitools : jackson-databind-nullable JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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 jackson-databind-nullable-0.2.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openapitools.jackson.nullable

├─ org.openapitools.jackson.nullable.JsonNullable.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableBeanPropertyWriter.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableBeanSerializerModifier.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableDeserializer.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableDeserializers.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableJakartaValueExtractor.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableModule.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableSerializer.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableSerializers.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableTypeModifier.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableValueExtractor.class - [JAR]

├─ org.openapitools.jackson.nullable.JsonNullableValueExtractorHelper.class - [JAR]

├─ org.openapitools.jackson.nullable.UnwrappingJsonNullableBeanPropertyWriter.class - [JAR]

Advertisement