jar

org.infinispan : proto-sample-domain-implementation

Maven & Gradle

Aug 15, 2023

Infinispan proto-sample domain implementation · A ProtoStream sample domain implementation can be used for tests among different Infinispan module

Table Of Contents

Latest Version

Download org.infinispan : proto-sample-domain-implementation JAR file - Latest Versions:

All Versions

Download org.infinispan : proto-sample-domain-implementation JAR file - All Versions:

Version Vulnerabilities Size Updated
14.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 proto-sample-domain-implementation-14.0.14.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.infinispan.protostream.sampledomain

├─ org.infinispan.protostream.sampledomain.Account.class - [JAR]

├─ org.infinispan.protostream.sampledomain.Address.class - [JAR]

├─ org.infinispan.protostream.sampledomain.Note.class - [JAR]

├─ org.infinispan.protostream.sampledomain.Transaction.class - [JAR]

├─ org.infinispan.protostream.sampledomain.User.class - [JAR]

org.infinispan.protostream.sampledomain.marshallers

├─ org.infinispan.protostream.sampledomain.marshallers.AccountMarshaller.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.AddressMarshaller.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.GenderMarshaller.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.LimitsMarshaller.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.MarshallerRegistration.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.TransactionMarshaller.class - [JAR]

├─ org.infinispan.protostream.sampledomain.marshallers.UserMarshaller.class - [JAR]