jar

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

Maven & Gradle

Sep 29, 2021
2 stars

leanstate-processor · Corda LeanState: Generate Corda contract and persistent states from a simplified interface

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.9
0.8
0.7
0.6
0.5
0.4
0.3

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

com.github.manosbatsis.corda.leanstate.processor.state

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

├─ com.github.manosbatsis.corda.leanstate.processor.state.mapping.EnumPersistentPropertyMapper.class - [JAR]

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

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

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

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

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

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

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

com.github.manosbatsis.corda.leanstate.processor

├─ com.github.manosbatsis.corda.leanstate.processor.LeanStateModelAnnotationProcessor.class - [JAR]

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