jar

com.github.manosbatsis.corda.restate : restate-processor

Maven & Gradle

Aug 10, 2021
2 stars

restate-processor · Corda Restate: Generate Corda contract and persistent states from a simplified interface

Table Of Contents

Latest Version

Download com.github.manosbatsis.corda.restate : restate-processor JAR file - Latest Versions:

All Versions

Download com.github.manosbatsis.corda.restate : restate-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

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 restate-processor-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.manosbatsis.corda.restate.processor.state.persistent

├─ com.github.manosbatsis.corda.restate.processor.state.persistent.PersistentStateMembersStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.persistent.PersistentStateNameStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.persistent.PersistentStateStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.persistent.PersistentStateTypeStrategy.class - [JAR]

com.github.manosbatsis.corda.restate.processor.state.contract

├─ com.github.manosbatsis.corda.restate.processor.state.contract.ContractStateMembersStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.contract.ContractStateNameStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.contract.ContractStateStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.contract.ContractStateTypeStrategy.class - [JAR]

com.github.manosbatsis.corda.restate.processor.state

├─ com.github.manosbatsis.corda.restate.processor.state.BaseStateMembersStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.BaseStateNameStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.BaseStateStrategy.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.MappedProperty.class - [JAR]

com.github.manosbatsis.corda.restate.processor

├─ com.github.manosbatsis.corda.restate.processor.RestateModelAnnotationProcessor.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.UtilKt.class - [JAR]

com.github.manosbatsis.corda.restate.processor.state.mapping

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.AccountPartyPersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.BasePersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.CordaX500NamePersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.IdentityPersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.LinearPointerPersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.PartyPersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.PersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.PersistentPropertyMapperCache.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.StaticPointerPersistentPropertyMapper.class - [JAR]

├─ com.github.manosbatsis.corda.restate.processor.state.mapping.UniqueIdentifierPersistentPropertyMapper.class - [JAR]