jar

com.bobkevic.jackson.datatype : jackson-datatype-datastore

Maven & Gradle

Sep 18, 2017
0 stars

jackson-datatype-datastore · Jackson module needed to support Google Datastore value entities

Table Of Contents

Latest Version

Download com.bobkevic.jackson.datatype : jackson-datatype-datastore JAR file - Latest Versions:

All Versions

Download com.bobkevic.jackson.datatype : jackson-datatype-datastore JAR file - All Versions:

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

com.bobkevic.jackson.datatype

├─ com.bobkevic.jackson.datatype.Caster.class - [JAR]

├─ com.bobkevic.jackson.datatype.DatastoreModule.class - [JAR]

├─ com.bobkevic.jackson.datatype.DatastoreTypeModifier.class - [JAR]

com.bobkevic.jackson.datatype.deserializers

├─ com.bobkevic.jackson.datatype.deserializers.DatastoreDeserializers.class - [JAR]

├─ com.bobkevic.jackson.datatype.deserializers.FullEntityDeserializer.class - [JAR]

├─ com.bobkevic.jackson.datatype.deserializers.ValueDeserializer.class - [JAR]

com.bobkevic.jackson.datatype.serializers

├─ com.bobkevic.jackson.datatype.serializers.BlobSerializer.class - [JAR]

├─ com.bobkevic.jackson.datatype.serializers.DatastoreSerializers.class - [JAR]

├─ com.bobkevic.jackson.datatype.serializers.FullEntitySerializer.class - [JAR]

├─ com.bobkevic.jackson.datatype.serializers.TimeStampSerializer.class - [JAR]

├─ com.bobkevic.jackson.datatype.serializers.ValueSerializer.class - [JAR]