updated api yaml files

This commit is contained in:
tomstark99 2024-10-04 16:58:53 +01:00
parent d9c09f21f5
commit eaf028ca91
7 changed files with 19121 additions and 6029 deletions

View File

@ -7,7 +7,7 @@ net.corda.client.jackson.JacksonSupport:
implements: [] implements: []
interface: false interface: false
methods: methods:
createDefaultMapper: createDefaultMapper(net.corda.core.messaging.CordaRPCOps):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -18,7 +18,61 @@ net.corda.client.jackson.JacksonSupport:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.messaging.CordaRPCOps type: net.corda.core.messaging.CordaRPCOps
createInMemoryMapper: createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
rpc:
annotation:
- NotNull
type: net.corda.core.messaging.CordaRPCOps
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory, boolean):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
rpc:
annotation:
- NotNull
type: net.corda.core.messaging.CordaRPCOps
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
fuzzyIdentityMatch:
annotation: []
type: boolean
createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory, boolean, boolean):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
rpc:
annotation:
- NotNull
type: net.corda.core.messaging.CordaRPCOps
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
fuzzyIdentityMatch:
annotation: []
type: boolean
fullParties:
annotation: []
type: boolean
createInMemoryMapper(net.corda.core.node.services.IdentityService):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -29,13 +83,92 @@ net.corda.client.jackson.JacksonSupport:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.node.services.IdentityService type: net.corda.core.node.services.IdentityService
createNonRpcMapper: createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory):
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public static final type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper returnType: com.fasterxml.jackson.databind.ObjectMapper
getCordaModule: params:
identityService:
annotation:
- NotNull
type: net.corda.core.node.services.IdentityService
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory, boolean):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
identityService:
annotation:
- NotNull
type: net.corda.core.node.services.IdentityService
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
fuzzyIdentityMatch:
annotation: []
type: boolean
createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory, boolean, boolean):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
identityService:
annotation:
- NotNull
type: net.corda.core.node.services.IdentityService
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
fuzzyIdentityMatch:
annotation: []
type: boolean
fullParties:
annotation: []
type: boolean
createNonRpcMapper():
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
createNonRpcMapper(com.fasterxml.jackson.core.JsonFactory):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
createNonRpcMapper(com.fasterxml.jackson.core.JsonFactory, boolean):
annotations:
- NotNull
default: false
type: public static final
returnType: com.fasterxml.jackson.databind.ObjectMapper
params:
factory:
annotation:
- NotNull
type: com.fasterxml.jackson.core.JsonFactory
fullParties:
annotation: []
type: boolean
getCordaModule():
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -53,7 +186,7 @@ net.corda.client.jackson.JacksonSupport$AmountDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -80,8 +213,9 @@ net.corda.client.jackson.JacksonSupport$AmountSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.contracts.Amount<?>, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -110,7 +244,7 @@ net.corda.client.jackson.JacksonSupport$AnonymousPartyDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -137,8 +271,9 @@ net.corda.client.jackson.JacksonSupport$AnonymousPartySerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.identity.AnonymousParty, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -167,7 +302,7 @@ net.corda.client.jackson.JacksonSupport$CordaX500NameDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -194,8 +329,9 @@ net.corda.client.jackson.JacksonSupport$CordaX500NameSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.identity.CordaX500Name, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -225,23 +361,23 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper:
- net.corda.client.jackson.JacksonSupport$PartyObjectMapper - net.corda.client.jackson.JacksonSupport$PartyObjectMapper
interface: false interface: false
methods: methods:
getFuzzyIdentityMatch: getFuzzyIdentityMatch():
annotations: [] annotations: []
default: false default: false
type: public final type: public final
returnType: boolean returnType: boolean
getIdentityService: getIdentityService():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: net.corda.core.node.services.IdentityService returnType: net.corda.core.node.services.IdentityService
isFullParties: isFullParties():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
nodeInfoFromParty: nodeInfoFromParty(net.corda.core.identity.AbstractParty):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -252,7 +388,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.identity.AbstractParty type: net.corda.core.identity.AbstractParty
partiesFromName: partiesFromName(String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -263,7 +399,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: String type: String
partyFromKey: partyFromKey(java.security.PublicKey):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -274,7 +410,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: java.security.PublicKey type: java.security.PublicKey
wellKnownPartyFromX500Name: wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -293,12 +429,12 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper:
- net.corda.client.jackson.JacksonSupport$PartyObjectMapper - net.corda.client.jackson.JacksonSupport$PartyObjectMapper
interface: false interface: false
methods: methods:
isFullParties: isFullParties():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
nodeInfoFromParty: nodeInfoFromParty(net.corda.core.identity.AbstractParty):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -309,7 +445,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.identity.AbstractParty type: net.corda.core.identity.AbstractParty
partiesFromName: partiesFromName(String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -320,7 +456,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: String type: String
partyFromKey: partyFromKey(java.security.PublicKey):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -331,7 +467,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: java.security.PublicKey type: java.security.PublicKey
wellKnownPartyFromX500Name: wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -349,7 +485,7 @@ net.corda.client.jackson.JacksonSupport$NodeInfoDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -376,8 +512,9 @@ net.corda.client.jackson.JacksonSupport$NodeInfoSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.node.NodeInfo, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -406,7 +543,7 @@ net.corda.client.jackson.JacksonSupport$OpaqueBytesDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -433,8 +570,9 @@ net.corda.client.jackson.JacksonSupport$OpaqueBytesSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.utilities.OpaqueBytes, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -463,7 +601,7 @@ net.corda.client.jackson.JacksonSupport$PartyDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -489,12 +627,12 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper:
extends: [] extends: []
interface: true interface: true
methods: methods:
isFullParties: isFullParties():
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
returnType: boolean returnType: boolean
nodeInfoFromParty: nodeInfoFromParty(net.corda.core.identity.AbstractParty):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -505,7 +643,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.identity.AbstractParty type: net.corda.core.identity.AbstractParty
partiesFromName: partiesFromName(String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -516,7 +654,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: String type: String
partyFromKey: partyFromKey(java.security.PublicKey):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -527,7 +665,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: java.security.PublicKey type: java.security.PublicKey
wellKnownPartyFromX500Name: wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -545,8 +683,9 @@ net.corda.client.jackson.JacksonSupport$PartySerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.identity.Party, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -575,7 +714,7 @@ net.corda.client.jackson.JacksonSupport$PublicKeyDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -602,7 +741,7 @@ net.corda.client.jackson.JacksonSupport$PublicKeySerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: serialize(java.security.PublicKey, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider):
annotations: [] annotations: []
default: false default: false
type: public type: public
@ -633,23 +772,23 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper:
- net.corda.client.jackson.JacksonSupport$PartyObjectMapper - net.corda.client.jackson.JacksonSupport$PartyObjectMapper
interface: false interface: false
methods: methods:
getFuzzyIdentityMatch: getFuzzyIdentityMatch():
annotations: [] annotations: []
default: false default: false
type: public final type: public final
returnType: boolean returnType: boolean
getRpc: getRpc():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: net.corda.core.messaging.CordaRPCOps returnType: net.corda.core.messaging.CordaRPCOps
isFullParties: isFullParties():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
nodeInfoFromParty: nodeInfoFromParty(net.corda.core.identity.AbstractParty):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -660,7 +799,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: net.corda.core.identity.AbstractParty type: net.corda.core.identity.AbstractParty
partiesFromName: partiesFromName(String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -671,7 +810,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: String type: String
partyFromKey: partyFromKey(java.security.PublicKey):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -682,7 +821,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper:
annotation: annotation:
- NotNull - NotNull
type: java.security.PublicKey type: java.security.PublicKey
wellKnownPartyFromX500Name: wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -700,7 +839,7 @@ net.corda.client.jackson.JacksonSupport$SecureHashDeserializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
deserialize: deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -722,8 +861,9 @@ net.corda.client.jackson.JacksonSupport$SecureHashSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: ? serialize(net.corda.core.crypto.SecureHash, com.fasterxml.jackson.core.JsonGenerator,
annotations: [] com.fasterxml.jackson.databind.SerializerProvider)
: annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
@ -752,63 +892,63 @@ net.corda.client.jackson.JacksonSupport$SignedTransactionMixin:
implements: [] implements: []
interface: false interface: false
methods: methods:
getId: getId():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.core.crypto.SecureHash returnType: net.corda.core.crypto.SecureHash
getInputs: getInputs():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: java.util.List<net.corda.core.contracts.StateRef> returnType: java.util.List<net.corda.core.contracts.StateRef>
getNotary: getNotary():
annotations: annotations:
- JsonIgnore - JsonIgnore
- Nullable - Nullable
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.core.identity.Party returnType: net.corda.core.identity.Party
getNotaryChangeTx: getNotaryChangeTx():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.core.transactions.NotaryChangeWireTransaction returnType: net.corda.core.transactions.NotaryChangeWireTransaction
getRequiredSigningKeys: getRequiredSigningKeys():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: java.util.Set<java.security.PublicKey> returnType: java.util.Set<java.security.PublicKey>
getSigs: getSigs():
annotations: annotations:
- JsonProperty - JsonProperty
- NotNull - NotNull
default: false default: false
type: protected abstract type: protected abstract
returnType: java.util.List<net.corda.core.crypto.TransactionSignature> returnType: java.util.List<net.corda.core.crypto.TransactionSignature>
getTransaction: getTransaction():
annotations: annotations:
- JsonProperty - JsonProperty
- NotNull - NotNull
default: false default: false
type: protected abstract type: protected abstract
returnType: net.corda.core.transactions.CoreTransaction returnType: net.corda.core.transactions.CoreTransaction
getTx: getTx():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.core.transactions.WireTransaction returnType: net.corda.core.transactions.WireTransaction
getTxBits: getTxBits():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
@ -822,7 +962,7 @@ net.corda.client.jackson.JacksonSupport$ToStringSerializer:
implements: [] implements: []
interface: false interface: false
methods: methods:
serialize: serialize(Object, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider):
annotations: [] annotations: []
default: false default: false
type: public type: public
@ -852,28 +992,28 @@ net.corda.client.jackson.JacksonSupport$WireTransactionMixin:
implements: [] implements: []
interface: false interface: false
methods: methods:
getAvailableComponentHashes: getAvailableComponentHashes():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: java.util.List<net.corda.core.crypto.SecureHash> returnType: java.util.List<net.corda.core.crypto.SecureHash>
getAvailableComponents: getAvailableComponents():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: java.util.List<Object> returnType: java.util.List<Object>
getMerkleTree: getMerkleTree():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.core.crypto.MerkleTree returnType: net.corda.core.crypto.MerkleTree
getOutputStates: getOutputStates():
annotations: annotations:
- JsonIgnore - JsonIgnore
- NotNull - NotNull
@ -888,25 +1028,25 @@ net.corda.client.jackson.StringToMethodCallParser:
implements: [] implements: []
interface: false interface: false
methods: methods:
getAvailableCommands: getAvailableCommands():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: "java.util.Map<String, String>" returnType: "java.util.Map<String, String>"
getMethodMap: getMethodMap():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: protected final type: protected final
returnType: "com.google.common.collect.Multimap<String, reflect.Method>" returnType: "com.google.common.collect.Multimap<String, reflect.Method>"
getMethodParamNames: getMethodParamNames():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: "java.util.Map<String, java.util.List<String>>" returnType: "java.util.Map<String, java.util.List<String>>"
paramNamesFromConstructor: paramNamesFromConstructor(reflect.Constructor<?>):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -917,7 +1057,7 @@ net.corda.client.jackson.StringToMethodCallParser:
annotation: annotation:
- NotNull - NotNull
type: reflect.Constructor<?> type: reflect.Constructor<?>
paramNamesFromMethod: paramNamesFromMethod(reflect.Method):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -928,7 +1068,7 @@ net.corda.client.jackson.StringToMethodCallParser:
annotation: annotation:
- NotNull - NotNull
type: reflect.Method type: reflect.Method
parse: parse(T, String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -943,7 +1083,7 @@ net.corda.client.jackson.StringToMethodCallParser:
annotation: annotation:
- NotNull - NotNull
type: String type: String
parseArguments: parseArguments(String, java.util.List<? extends kotlin.Pair<String, ? extends reflect.Type>>, String):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -962,7 +1102,7 @@ net.corda.client.jackson.StringToMethodCallParser:
annotation: annotation:
- NotNull - NotNull
type: String type: String
validateIsMatchingCtor: validateIsMatchingCtor(String, java.util.List<? extends kotlin.Pair<String, ? extends reflect.Type>>, String):
annotations: [] annotations: []
default: false default: false
type: public final type: public final
@ -1000,25 +1140,25 @@ net.corda.client.jackson.StringToMethodCallParser$ParsedMethodCall:
- java.util.concurrent.Callable - java.util.concurrent.Callable
interface: false interface: false
methods: methods:
call: call():
annotations: annotations:
- Nullable - Nullable
default: false default: false
type: public type: public
returnType: Object returnType: Object
getArgs: getArgs():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: "Object[]" returnType: "Object[]"
getMethod: getMethod():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: reflect.Method returnType: reflect.Method
invoke: invoke():
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -1045,7 +1185,7 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Missi
implements: [] implements: []
interface: false interface: false
methods: methods:
getParamName: getParamName():
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -1079,7 +1219,7 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Unkno
implements: [] implements: []
interface: false interface: false
methods: methods:
getMethodName: getMethodName():
annotations: annotations:
- NotNull - NotNull
default: false default: false

View File

@ -14,7 +14,91 @@ net.corda.client.rpc.CordaRPCClient:
implements: [] implements: []
interface: false interface: false
methods: methods:
start: start(String, String):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
start(String, String, net.corda.client.rpc.GracefulReconnect):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
gracefulReconnect:
annotation:
- Nullable
type: net.corda.client.rpc.GracefulReconnect
start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
externalTrace:
annotation:
- Nullable
type: net.corda.core.context.Trace
impersonatedActor:
annotation:
- Nullable
type: net.corda.core.context.Actor
start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor, net.corda.client.rpc.GracefulReconnect):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
externalTrace:
annotation:
- Nullable
type: net.corda.core.context.Trace
impersonatedActor:
annotation:
- Nullable
type: net.corda.core.context.Actor
gracefulReconnect:
annotation:
- Nullable
type: net.corda.client.rpc.GracefulReconnect
start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor, net.corda.core.identity.CordaX500Name):
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -41,7 +125,81 @@ net.corda.client.rpc.CordaRPCClient:
annotation: annotation:
- Nullable - Nullable
type: net.corda.core.identity.CordaX500Name type: net.corda.core.identity.CordaX500Name
use: ? start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor,
net.corda.core.identity.CordaX500Name, net.corda.client.rpc.GracefulReconnect)
: annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
externalTrace:
annotation:
- Nullable
type: net.corda.core.context.Trace
impersonatedActor:
annotation:
- Nullable
type: net.corda.core.context.Actor
targetLegalIdentity:
annotation:
- Nullable
type: net.corda.core.identity.CordaX500Name
gracefulReconnect:
annotation:
- Nullable
type: net.corda.client.rpc.GracefulReconnect
start(String, String, net.corda.core.identity.CordaX500Name):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
targetLegalIdentity:
annotation:
- NotNull
type: net.corda.core.identity.CordaX500Name
start(String, String, net.corda.core.identity.CordaX500Name, net.corda.client.rpc.GracefulReconnect):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCConnection
params:
username:
annotation:
- NotNull
type: String
password:
annotation:
- NotNull
type: String
targetLegalIdentity:
annotation:
- NotNull
type: net.corda.core.identity.CordaX500Name
gracefulReconnect:
annotation:
- Nullable
type: net.corda.client.rpc.GracefulReconnect
use(String, String, kotlin.jvm.functions.Function1<? super net.corda.client.rpc.CordaRPCConnection, ? extends A>):
annotations: [] annotations: []
default: false default: false
type: public final type: public final
@ -79,19 +237,376 @@ net.corda.client.rpc.CordaRPCClientConfiguration:
implements: [] implements: []
interface: false interface: false
methods: methods:
component1: component1():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: java.time.Duration returnType: java.time.Duration
copy: copy():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration returnType: net.corda.client.rpc.CordaRPCClientConfiguration
equals: copy(java.time.Duration):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
copy(java.time.Duration, int):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
copy(java.time.Duration, int, boolean):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
copy(java.time.Duration, int, boolean, java.time.Duration):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
copy(java.time.Duration, int, boolean, java.time.Duration, int):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
copy(java.time.Duration, int, boolean, java.time.Duration, int, int):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
connectionRetryIntervalMultiplier:
annotation: []
type: double
copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
connectionRetryIntervalMultiplier:
annotation: []
type: double
maxReconnectAttempts:
annotation: []
type: int
copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int, int):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
connectionRetryIntervalMultiplier:
annotation: []
type: double
maxReconnectAttempts:
annotation: []
type: int
maxFileSize:
annotation: []
type: int
copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int, int, java.time.Duration):
annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
connectionRetryIntervalMultiplier:
annotation: []
type: double
maxReconnectAttempts:
annotation: []
type: int
maxFileSize:
annotation: []
type: int
deduplicationCacheExpiry:
annotation:
- NotNull
type: java.time.Duration
? copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration,
double, int, int, java.time.Duration, boolean, boolean, boolean, boolean)
: annotations:
- NotNull
default: false
type: public final
returnType: net.corda.client.rpc.CordaRPCClientConfiguration
params:
connectionMaxRetryInterval:
annotation:
- NotNull
type: java.time.Duration
minimumServerProtocolVersion:
annotation: []
type: int
trackRpcCallSites:
annotation: []
type: boolean
reapInterval:
annotation:
- NotNull
type: java.time.Duration
observationExecutorPoolSize:
annotation: []
type: int
cacheConcurrencyLevel:
annotation: []
type: int
connectionRetryInterval:
annotation:
- NotNull
type: java.time.Duration
connectionRetryIntervalMultiplier:
annotation: []
type: double
maxReconnectAttempts:
annotation: []
type: int
maxFileSize:
annotation: []
type: int
deduplicationCacheExpiry:
annotation:
- NotNull
type: java.time.Duration
openTelemetryEnabled:
annotation: []
type: boolean
simpleLogTelemetryEnabled:
annotation: []
type: boolean
spanStartEndEventsEnabled:
annotation: []
type: boolean
copyBaggageToTags:
annotation: []
type: boolean
equals(Object):
annotations: [] annotations: []
default: false default: false
type: public type: public
@ -101,91 +616,91 @@ net.corda.client.rpc.CordaRPCClientConfiguration:
annotation: annotation:
- Nullable - Nullable
type: Object type: Object
getCacheConcurrencyLevel: getCacheConcurrencyLevel():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getConnectionMaxRetryInterval: getConnectionMaxRetryInterval():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public type: public
returnType: java.time.Duration returnType: java.time.Duration
getConnectionRetryInterval: getConnectionRetryInterval():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public type: public
returnType: java.time.Duration returnType: java.time.Duration
getConnectionRetryIntervalMultiplier: getConnectionRetryIntervalMultiplier():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: double returnType: double
getCopyBaggageToTags: getCopyBaggageToTags():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
getDeduplicationCacheExpiry: getDeduplicationCacheExpiry():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public type: public
returnType: java.time.Duration returnType: java.time.Duration
getMaxFileSize: getMaxFileSize():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getMaxReconnectAttempts: getMaxReconnectAttempts():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getMinimumServerProtocolVersion: getMinimumServerProtocolVersion():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getObservationExecutorPoolSize: getObservationExecutorPoolSize():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getOpenTelemetryEnabled: getOpenTelemetryEnabled():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
getReapInterval: getReapInterval():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public type: public
returnType: java.time.Duration returnType: java.time.Duration
getSimpleLogTelemetryEnabled: getSimpleLogTelemetryEnabled():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
getSpanStartEndEventsEnabled: getSpanStartEndEventsEnabled():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
getTrackRpcCallSites: getTrackRpcCallSites():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: boolean returnType: boolean
hashCode: hashCode():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
toString: toString():
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -215,28 +730,28 @@ net.corda.client.rpc.CordaRPCConnection:
- net.corda.client.rpc.RPCConnection - net.corda.client.rpc.RPCConnection
interface: false interface: false
methods: methods:
close: close():
annotations: [] annotations: []
default: true default: true
type: public type: public
returnType: void returnType: void
forceClose: forceClose():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
getProxy: getProxy():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public type: public
returnType: net.corda.core.messaging.CordaRPCOps returnType: net.corda.core.messaging.CordaRPCOps
getServerProtocolVersion: getServerProtocolVersion():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: int returnType: int
getTelemetryHandle: getTelemetryHandle(Class<T>):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -247,7 +762,7 @@ net.corda.client.rpc.CordaRPCConnection:
annotation: annotation:
- NotNull - NotNull
type: Class<T> type: Class<T>
notifyServerAndClose: notifyServerAndClose():
annotations: [] annotations: []
default: false default: false
type: public type: public
@ -271,18 +786,18 @@ net.corda.client.rpc.GracefulReconnect:
implements: [] implements: []
interface: false interface: false
methods: methods:
getMaxAttempts: getMaxAttempts():
annotations: [] annotations: []
default: false default: false
type: public final type: public final
returnType: int returnType: int
getOnDisconnect: getOnDisconnect():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: kotlin.jvm.functions.Function0<kotlin.Unit> returnType: kotlin.jvm.functions.Function0<kotlin.Unit>
getOnReconnect: getOnReconnect():
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -304,7 +819,7 @@ net.corda.client.rpc.PermissionException:
- net.corda.nodeapi.exceptions.RpcSerializableError - net.corda.nodeapi.exceptions.RpcSerializableError
interface: false interface: false
methods: methods:
getMsg: getMsg():
annotations: annotations:
- NotNull - NotNull
default: false default: false
@ -317,28 +832,28 @@ net.corda.client.rpc.RPCConnection:
- java.io.Closeable - java.io.Closeable
interface: true interface: true
methods: methods:
close: close():
annotations: [] annotations: []
default: true default: true
type: public type: public
returnType: void returnType: void
forceClose: forceClose():
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
returnType: void returnType: void
getProxy: getProxy():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public abstract type: public abstract
returnType: I returnType: I
getServerProtocolVersion: getServerProtocolVersion():
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
returnType: int returnType: int
getTelemetryHandle: getTelemetryHandle(Class<T>):
annotations: annotations:
- Nullable - Nullable
default: false default: false
@ -349,7 +864,7 @@ net.corda.client.rpc.RPCConnection:
annotation: annotation:
- NotNull - NotNull
type: Class<T> type: Class<T>
notifyServerAndClose: notifyServerAndClose():
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
@ -366,7 +881,7 @@ net.corda.client.rpc.RPCSinceVersion:
type: public @interface type: public @interface
interface: false interface: false
methods: methods:
version: version():
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
@ -385,7 +900,7 @@ net.corda.client.rpc.UtilsKt:
implements: [] implements: []
interface: false interface: false
methods: methods:
notUsed: notUsed(rx.Observable<T>):
annotations: [] annotations: []
default: false default: false
type: public static final type: public static final
@ -403,7 +918,7 @@ net.corda.client.rpc.ext.MultiRPCClient:
- java.lang.AutoCloseable - java.lang.AutoCloseable
interface: false interface: false
methods: methods:
addConnectionListener: addConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener<I>):
annotations: [] annotations: []
default: false default: false
type: public final type: public final
@ -413,12 +928,12 @@ net.corda.client.rpc.ext.MultiRPCClient:
annotation: annotation:
- NotNull - NotNull
type: net.corda.client.rpc.ext.RPCConnectionListener<I> type: net.corda.client.rpc.ext.RPCConnectionListener<I>
close: close():
annotations: [] annotations: []
default: false default: false
type: public type: public
returnType: void returnType: void
removeConnectionListener: removeConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener<I>):
annotations: [] annotations: []
default: false default: false
type: public final type: public final
@ -428,13 +943,13 @@ net.corda.client.rpc.ext.MultiRPCClient:
annotation: annotation:
- NotNull - NotNull
type: net.corda.client.rpc.ext.RPCConnectionListener<I> type: net.corda.client.rpc.ext.RPCConnectionListener<I>
start: start():
annotations: annotations:
- NotNull - NotNull
default: false default: false
type: public final type: public final
returnType: java.util.concurrent.CompletableFuture<net.corda.client.rpc.RPCConnection<I>> returnType: java.util.concurrent.CompletableFuture<net.corda.client.rpc.RPCConnection<I>>
stop: stop():
annotations: [] annotations: []
default: false default: false
type: public final type: public final
@ -445,7 +960,7 @@ net.corda.client.rpc.ext.RPCConnectionListener:
extends: [] extends: []
interface: true interface: true
methods: methods:
onConnect: onConnect(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I>):
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
@ -455,7 +970,7 @@ net.corda.client.rpc.ext.RPCConnectionListener:
annotation: annotation:
- NotNull - NotNull
type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I> type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I>
onDisconnect: onDisconnect(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I>):
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
@ -465,7 +980,7 @@ net.corda.client.rpc.ext.RPCConnectionListener:
annotation: annotation:
- NotNull - NotNull
type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I> type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I>
onPermanentFailure: onPermanentFailure(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext<I>):
annotations: [] annotations: []
default: false default: false
type: public abstract type: public abstract
@ -481,19 +996,19 @@ net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext:
extends: [] extends: []
interface: true interface: true
methods: methods:
getConnectionOpt: getConnectionOpt():
annotations: annotations:
- Nullable - Nullable
default: false default: false
type: public abstract type: public abstract
returnType: net.corda.client.rpc.RPCConnection<I> returnType: net.corda.client.rpc.RPCConnection<I>
getThrowableOpt: getThrowableOpt():
annotations: annotations:
- Nullable - Nullable
default: false default: false
type: public abstract type: public abstract
returnType: Throwable returnType: Throwable
getUserName: getUserName():
annotations: annotations:
- NotNull - NotNull
default: false default: false

View File

@ -8,7 +8,7 @@ versionSuffix=SNAPSHOT
cordaShellVersion=4.12-SNAPSHOT cordaShellVersion=4.12-SNAPSHOT
gradlePluginsVersion=5.1.1 gradlePluginsVersion=5.1.1
artifactoryContextUrl=https://software.r3.com/artifactory artifactoryContextUrl=https://software.r3.com/artifactory
internalPluginVersion=0.1-beta-1718796578233 internalPluginVersion=0.1-beta-1727973584601
# ***************************************************************# # ***************************************************************#
# When incrementing platformVersion make sure to update # # When incrementing platformVersion make sure to update #
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. # # net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff