jar

org.infinispan.protostream : protostream-types

Maven & Gradle

Mar 28, 2023
30 usages
33 stars

ProtoStream - builtin types · Builtin protobuf types and default marshalling for some common Java types.

Table Of Contents

Latest Version

Download org.infinispan.protostream : protostream-types JAR file - Latest Versions:

All Versions

Download org.infinispan.protostream : protostream-types JAR file - All Versions:

Version Vulnerabilities Size Updated
14.0.x
4.6.x
4.5.x
4.4.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 protostream-types-4.6.2.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.infinispan.protostream.types

├─ org.infinispan.protostream.types.package-info.class - [JAR]

org.infinispan.protostream.types.protobuf

├─ org.infinispan.protostream.types.protobuf.AnySchema.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.AnySchemaImpl.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.DurationSchema.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.DurationSchemaImpl.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.EmptySchema.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.EmptySchemaImpl.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.TimestampSchema.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.TimestampSchemaImpl.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.WrappersSchema.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.WrappersSchemaImpl.class - [JAR]

├─ org.infinispan.protostream.types.protobuf.package-info.class - [JAR]

org.infinispan.protostream.types.java

├─ org.infinispan.protostream.types.java.CommonContainerTypes.class - [JAR]

├─ org.infinispan.protostream.types.java.CommonContainerTypesSchema.class - [JAR]

├─ org.infinispan.protostream.types.java.CommonTypes.class - [JAR]

├─ org.infinispan.protostream.types.java.CommonTypesSchema.class - [JAR]

├─ org.infinispan.protostream.types.java.package-info.class - [JAR]

org.infinispan.protostream.types.java.collections

├─ org.infinispan.protostream.types.java.collections.AbstractCollectionAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.collections.ArrayListAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.collections.HashSetAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.collections.LinkedHashSetAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.collections.LinkedListAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.collections.TreeSetAdapter.class - [JAR]

org.infinispan.protostream.types.java.util

├─ org.infinispan.protostream.types.java.util.UUIDAdapter.class - [JAR]

org.infinispan.protostream.types.java.arrays

├─ org.infinispan.protostream.types.java.arrays.AbstractArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BooleanArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedBooleanArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedByteArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedDoubleArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedFloatArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedIntegerArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedLongArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.BoxedShortArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.DoubleArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.FloatArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.IntArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.LongArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.ObjectArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.ShortArrayAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.arrays.StringArrayAdapter.class - [JAR]

org.infinispan.protostream.types.java.math

├─ org.infinispan.protostream.types.java.math.BigDecimalAdapter.class - [JAR]

├─ org.infinispan.protostream.types.java.math.BigIntegerAdapter.class - [JAR]

Advertisement