diff --git a/client/jackson/scans/corda-jackson-4.12.yaml b/client/jackson/scans/corda-jackson-4.12.yaml index 5a306c445d..72e5df3415 100644 --- a/client/jackson/scans/corda-jackson-4.12.yaml +++ b/client/jackson/scans/corda-jackson-4.12.yaml @@ -1084,107 +1084,4 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Unkno - NotNull default: false type: public final - returnType: String -net.corda.client.jackson.internal.CordaModule: - annotations: [] - type: public final class - extends: com.fasterxml.jackson.databind.module.SimpleModule - implements: [] - interface: false - methods: - setupModule: - annotations: [] - default: false - type: public - returnType: void - params: - context: - annotation: - - NotNull - type: com.fasterxml.jackson.databind.Module$SetupContext -net.corda.client.jackson.internal.CordaModuleKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.client.jackson.internal.JacksonUtilsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - childrenAs: - annotations: [] - default: false - type: public static final synthetic - returnType: java.util.List - params: - "null": - annotation: [] - type: com.fasterxml.jackson.databind.ObjectMapper - jsonObject: - annotations: [] - default: false - type: public static final - returnType: void - params: - $this$jsonObject: - annotation: - - NotNull - type: com.fasterxml.jackson.core.JsonGenerator - fieldName: - annotation: - - Nullable - type: String - gen: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - readValueAs: - annotations: [] - default: false - type: public static final synthetic - returnType: T - params: - "null": - annotation: [] - type: com.fasterxml.jackson.core.JsonParser - valueAs: - annotations: [] - default: false - type: public static final synthetic - returnType: T - params: - "null": - annotation: [] - type: com.fasterxml.jackson.databind.ObjectMapper -net.corda.client.jackson.internal.SimpleDeserializer: - annotations: [] - type: public abstract class - extends: com.fasterxml.jackson.databind.JsonDeserializer - implements: [] - interface: false - methods: - deserialize: - annotations: [] - default: false - type: public - returnType: T - params: - parser: - annotation: - - NotNull - type: com.fasterxml.jackson.core.JsonParser - ctxt: - annotation: - - NotNull - type: com.fasterxml.jackson.databind.DeserializationContext -net.corda.client.jackson.internal.ToStringSerialize: - annotations: [] - type: public @interface - interface: false - methods: {} \ No newline at end of file + returnType: String \ No newline at end of file diff --git a/client/rpc/scans/corda-rpc-4.12.yaml b/client/rpc/scans/corda-rpc-4.12.yaml index 5d99b1b471..e8cfbee0e2 100644 --- a/client/rpc/scans/corda-rpc-4.12.yaml +++ b/client/rpc/scans/corda-rpc-4.12.yaml @@ -499,1245 +499,6 @@ net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext: default: false type: public abstract returnType: String -net.corda.client.rpc.internal.ClientCacheFactory: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.internal.NamedCacheFactory - interface: false - methods: - buildNamed: - annotations: - - NotNull - default: false - type: public - returnType: "com.github.benmanes.caffeine.cache.LoadingCache" - params: - caffeine: - annotation: - - NotNull - type: "com.github.benmanes.caffeine.cache.Caffeine" - name: - annotation: - - NotNull - type: String - loader: - annotation: - - NotNull - type: "com.github.benmanes.caffeine.cache.CacheLoader" -net.corda.client.rpc.internal.DistributionMux: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.client.rpc.internal.DistributionMux$Companion -net.corda.client.rpc.internal.DistributionMux$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.client.rpc.internal.RPCClient: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - addConnectionListener: - annotations: [] - default: false - type: public final - returnType: boolean - params: - listener: - annotation: - - NotNull - type: net.corda.client.rpc.ext.RPCConnectionListener - removeConnectionListener: - annotations: [] - default: false - type: public final - returnType: boolean - params: - listener: - annotation: - - NotNull - type: net.corda.client.rpc.ext.RPCConnectionListener - start: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.RPCConnection - params: - rpcOpsClass: - annotation: - - NotNull - type: Class - 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 - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.client.rpc.internal.RPCClient$Companion -net.corda.client.rpc.internal.RPCClient$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.client.rpc.internal.RPCClientProxyHandler: - annotations: [] - type: public final class - extends: null - implements: - - java.lang.reflect.InvocationHandler - interface: false - methods: - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - forceClose: - annotations: [] - default: false - type: public final - returnType: void - hashCode: - annotations: [] - default: false - type: public - returnType: int - invoke: - annotations: - - Nullable - default: false - type: public - returnType: Object - params: - proxy: - annotation: - - NotNull - type: Object - method: - annotation: - - NotNull - type: reflect.Method - arguments: - annotation: - - Nullable - type: "Object[]" - notifyServerAndClose: - annotations: [] - default: false - type: public final - returnType: void - start: - annotations: [] - default: false - type: public final - returnType: void - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.client.rpc.internal.RPCClientProxyHandler$FailoverHandler: - annotations: [] - type: public static final class - extends: null - implements: - - org.apache.activemq.artemis.api.core.client.FailoverEventListener - interface: false - methods: - failoverEvent: - annotations: [] - default: false - type: public - returnType: void - params: - eventType: - annotation: - - NotNull - type: org.apache.activemq.artemis.api.core.client.FailoverEventType -net.corda.client.rpc.internal.RPCClientProxyHandlerKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.client.rpc.internal.RPCClientTelemetry: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getCopyBaggageToTags: - annotations: [] - default: false - type: public final - returnType: boolean - getOpenTelemetryEnabled: - annotations: [] - default: false - type: public final - returnType: boolean - getSimpleLogTelemetryEnabled: - annotations: [] - default: false - type: public final - returnType: boolean - getSpanStartEndEventsEnabled: - annotations: [] - default: false - type: public final - returnType: boolean - getTelemetryHandle: - annotations: - - Nullable - default: false - type: public final - returnType: T - params: - telemetryClass: - annotation: - - NotNull - type: Class - getTelemetryService: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.internal.telemetry.TelemetryServiceImpl - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.client.rpc.internal.RPCClientTelemetry$Companion -net.corda.client.rpc.internal.RPCClientTelemetry$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.client.rpc.internal.RPCUtils: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - isShutdown: - annotations: [] - default: false - type: public final - returnType: boolean - params: - $this$isShutdown: - annotation: - - NotNull - type: reflect.Method - isShutdownCmd: - annotations: [] - default: false - type: public final - returnType: boolean - params: - $this$isShutdownCmd: - annotation: - - NotNull - type: net.corda.nodeapi.RPCApi$ClientToServer$RpcRequest - isShutdownMethodName: - annotations: [] - default: false - type: public final - returnType: boolean - params: - methodName: - annotation: - - NotNull - type: String - isStartFlow: - annotations: [] - default: false - type: public final - returnType: boolean - params: - $this$isStartFlow: - annotation: - - NotNull - type: reflect.Method - isStartFlowWithClientId: - annotations: [] - default: false - type: public final - returnType: boolean - params: - $this$isStartFlowWithClientId: - annotation: - - NotNull - type: reflect.Method - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.client.rpc.internal.RPCUtils -net.corda.client.rpc.internal.ReconnectingCordaRPCOps: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.messaging.CordaRPCOps - interface: false - methods: - acceptNewNetworkParameters: - annotations: [] - default: false - type: public - returnType: void - params: - parametersHash: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - addVaultTransactionNote: - annotations: [] - default: false - type: public - returnType: void - params: - txnId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - txnNote: - annotation: - - NotNull - type: String - attachmentExists: - annotations: [] - default: false - type: public - returnType: boolean - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - clearNetworkMapCache: - annotations: [] - default: false - type: public - returnType: void - close: - annotations: [] - default: false - type: public final - returnType: void - currentNodeTime: - annotations: - - NotNull - default: false - type: public - returnType: java.time.Instant - finishedFlowsWithClientIds: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.Map" - finishedFlowsWithClientIdsAsAdmin: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.Map" - getNetworkParameters: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NetworkParameters - getProtocolVersion: - annotations: [] - default: false - type: public - returnType: int - getReconnectingRPCConnection: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection - getVaultTransactionNotes: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - params: - txnId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - internalVerifiedTransactionsFeed: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.transactions.SignedTransaction>" - internalVerifiedTransactionsSnapshot: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - isFlowsDrainingModeEnabled: - annotations: [] - default: false - type: public - returnType: boolean - isWaitingForShutdown: - annotations: [] - default: false - type: public - returnType: boolean - killFlow: - annotations: [] - default: false - type: public - returnType: boolean - params: - id: - annotation: - - NotNull - type: net.corda.core.flows.StateMachineRunId - networkMapFeed: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.NetworkMapCache$MapChange>" - networkMapSnapshot: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - networkParametersFeed: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed" - nodeDiagnosticInfo: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NodeDiagnosticInfo - nodeInfo: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NodeInfo - nodeInfoFromParty: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.node.NodeInfo - params: - party: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - notaryIdentities: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - notaryPartyFromX500Name: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.identity.Party - params: - x500Name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - openAttachment: - annotations: - - NotNull - default: false - type: public - returnType: java.io.InputStream - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - partiesFromName: - annotations: - - NotNull - default: false - type: public - returnType: java.util.Set - params: - query: - annotation: - - NotNull - type: String - exactMatch: - annotation: [] - type: boolean - partyFromKey: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.identity.Party - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - queryAttachments: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - params: - query: - annotation: - - NotNull - type: net.corda.core.node.services.vault.AttachmentQueryCriteria - sorting: - annotation: - - Nullable - type: net.corda.core.node.services.vault.AttachmentSort - reattachFlowWithClientId: - annotations: - - RPCReturnsObservables - - Nullable - default: false - type: public - returnType: net.corda.core.messaging.FlowHandleWithClientId - params: - clientId: - annotation: - - NotNull - type: String - refreshNetworkMapCache: - annotations: [] - default: false - type: public - returnType: void - registeredFlows: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - removeClientId: - annotations: [] - default: false - type: public - returnType: boolean - params: - clientId: - annotation: - - NotNull - type: String - removeClientIdAsAdmin: - annotations: [] - default: false - type: public - returnType: boolean - params: - clientId: - annotation: - - NotNull - type: String - runFlowWithLogicalRetry: - annotations: [] - default: false - type: public final - returnType: void - params: - runFlow: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - hasFlowStarted: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - onFlowConfirmed: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - timeout: - annotation: - - NotNull - type: java.time.Duration - setFlowsDrainingModeEnabled: - annotations: [] - default: false - type: public - returnType: void - params: - enabled: - annotation: [] - type: boolean - shutdown: - annotations: [] - default: false - type: public - returnType: void - startFlowDynamic: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.FlowHandle - params: - logicType: - annotation: - - NotNull - type: Class> - args: - annotation: - - NotNull - type: "Object[]" - startFlowDynamicWithClientId: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.FlowHandleWithClientId - params: - clientId: - annotation: - - NotNull - type: String - logicType: - annotation: - - NotNull - type: Class> - args: - annotation: - - NotNull - type: "Object[]" - startTrackedFlowDynamic: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.FlowProgressHandle - params: - logicType: - annotation: - - NotNull - type: Class> - args: - annotation: - - NotNull - type: "Object[]" - stateMachineRecordedTransactionMappingFeed: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.messaging.StateMachineTransactionMapping>" - stateMachineRecordedTransactionMappingSnapshot: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - stateMachinesFeed: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.messaging.StateMachineUpdate>" - stateMachinesSnapshot: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - terminate: - annotations: [] - default: false - type: public - returnType: void - params: - drainPendingFlows: - annotation: [] - type: boolean - uploadAttachment: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - uploadAttachmentWithMetadata: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - uploader: - annotation: - - NotNull - type: String - filename: - annotation: - - NotNull - type: String - vaultQuery: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.Vault$Page - params: - contractStateType: - annotation: - - NotNull - type: Class - vaultQueryBy: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.Vault$Page - params: - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - paging: - annotation: - - NotNull - type: net.corda.core.node.services.vault.PageSpecification - sorting: - annotation: - - NotNull - type: net.corda.core.node.services.vault.Sort - contractStateType: - annotation: - - NotNull - type: Class - vaultQueryByCriteria: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.Vault$Page - params: - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - contractStateType: - annotation: - - NotNull - type: Class - vaultQueryByWithPagingSpec: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.Vault$Page - params: - contractStateType: - annotation: - - NotNull - type: Class - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - paging: - annotation: - - NotNull - type: net.corda.core.node.services.vault.PageSpecification - vaultQueryByWithSorting: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.Vault$Page - params: - contractStateType: - annotation: - - NotNull - type: Class - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - sorting: - annotation: - - NotNull - type: net.corda.core.node.services.vault.Sort - vaultTrack: - annotations: - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.Vault$Update>" - params: - contractStateType: - annotation: - - NotNull - type: Class - vaultTrackBy: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.Vault$Update>" - params: - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - paging: - annotation: - - NotNull - type: net.corda.core.node.services.vault.PageSpecification - sorting: - annotation: - - NotNull - type: net.corda.core.node.services.vault.Sort - contractStateType: - annotation: - - NotNull - type: Class - vaultTrackByCriteria: - annotations: - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.Vault$Update>" - params: - contractStateType: - annotation: - - NotNull - type: Class - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - vaultTrackByWithPagingSpec: - annotations: - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.Vault$Update>" - params: - contractStateType: - annotation: - - NotNull - type: Class - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - paging: - annotation: - - NotNull - type: net.corda.core.node.services.vault.PageSpecification - vaultTrackByWithSorting: - annotations: - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.node.services.Vault$Update>" - params: - contractStateType: - annotation: - - NotNull - type: Class - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.QueryCriteria - sorting: - annotation: - - NotNull - type: net.corda.core.node.services.vault.Sort - waitUntilNetworkReady: - annotations: - - RPCReturnsObservables - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - wellKnownPartyFromAnonymous: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.identity.Party - params: - party: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - wellKnownPartyFromX500Name: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.identity.Party - params: - x500Name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name -net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection: - annotations: [] - type: public static final class - extends: null - implements: - - net.corda.client.rpc.RPCConnection - interface: false - methods: - close: - annotations: [] - default: true - type: public - returnType: void - component1: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - component2: - annotations: - - NotNull - default: false - type: public final - returnType: String - component3: - annotations: - - NotNull - default: false - type: public final - returnType: String - component4: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.CordaRPCClientConfiguration - component5: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.messaging.ClientRpcSslOptions - component6: - annotations: - - Nullable - default: false - type: public final - returnType: ClassLoader - component7: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.GracefulReconnect - component8: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.ExecutorService - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection - params: - nodeHostAndPorts: - annotation: - - NotNull - type: java.util.List - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - rpcConfiguration: - annotation: - - NotNull - type: net.corda.client.rpc.CordaRPCClientConfiguration - sslConfiguration: - annotation: - - Nullable - type: net.corda.core.messaging.ClientRpcSslOptions - classLoader: - annotation: - - Nullable - type: ClassLoader - gracefulReconnect: - annotation: - - NotNull - type: net.corda.client.rpc.GracefulReconnect - observersPool: - annotation: - - NotNull - type: java.util.concurrent.ExecutorService - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - forceClose: - annotations: [] - default: false - type: public - returnType: void - getClassLoader: - annotations: - - Nullable - default: false - type: public final - returnType: ClassLoader - getGracefulReconnect: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.GracefulReconnect - getNodeHostAndPorts: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getObserversPool: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.ExecutorService - getPassword: - annotations: - - NotNull - default: false - type: public final - returnType: String - getProxy: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.CordaRPCOps - getRpcConfiguration: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.client.rpc.CordaRPCClientConfiguration - getServerProtocolVersion: - annotations: [] - default: false - type: public - returnType: int - getSslConfiguration: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.messaging.ClientRpcSslOptions - getTelemetryHandle: - annotations: - - Nullable - default: false - type: public - returnType: T - params: - telemetryClass: - annotation: - - NotNull - type: Class - getUsername: - annotations: - - NotNull - default: false - type: public final - returnType: String - hashCode: - annotations: [] - default: false - type: public - returnType: int - isClosed: - annotations: [] - default: false - type: public final - returnType: boolean - notifyServerAndClose: - annotations: [] - default: false - type: public - returnType: void - reconnectOnError: - annotations: [] - default: false - type: public final - returnType: void - params: - e: - annotation: - - NotNull - type: Throwable - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection$CurrentState: - annotations: [] - type: public static final class - extends: java.lang.Enum - implements: [] - interface: false - methods: - getEntries: - annotations: - - NotNull - default: false - type: public static - returnType: kotlin.enums.EnumEntries - valueOf: - annotations: [] - default: false - type: public static - returnType: net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection$CurrentState - params: - value: - annotation: [] - type: String - values: - annotations: [] - default: false - type: public static - returnType: "net.corda.client.rpc.internal.ReconnectingCordaRPCOps$ReconnectingRPCConnection$CurrentState[]" -net.corda.client.rpc.internal.ReconnectingObservable: - annotations: [] - type: public final class - extends: rx.Observable - implements: [] - interface: false - methods: {} -net.corda.client.rpc.internal.SerializationEnvironmentHelper: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.client.rpc.internal.SerializationEnvironmentHelper net.corda.client.rpc.reconnect.CouldNotStartFlowException: annotations: [] type: public final class diff --git a/constants.properties b/constants.properties index 7ade36e986..fd957f4c62 100644 --- a/constants.properties +++ b/constants.properties @@ -8,7 +8,7 @@ versionSuffix=SNAPSHOT cordaShellVersion=4.12-SNAPSHOT gradlePluginsVersion=5.1.1 artifactoryContextUrl=https://software.r3.com/artifactory -internalPluginVersion=0.1-beta-1718714732905 +internalPluginVersion=0.1-beta-1718796578233 # ***************************************************************# # When incrementing platformVersion make sure to update # # net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. # diff --git a/core/build.gradle b/core/build.gradle index f9a7ad1f51..d28e68f19f 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -139,8 +139,7 @@ scanApi { exportApis { excludeClasses = [ // Kotlin should probably have declared this class as "synthetic". - "net.corda.core.Utils\$toFuture\$1\$subscription\$1", - "net.corda.core.internal.*" + "net.corda.core.Utils\$toFuture\$1\$subscription\$1" ] } diff --git a/core/scans/corda-core-4.12.yaml b/core/scans/corda-core-4.12.yaml index 5b20a2a07e..0533415f1f 100644 --- a/core/scans/corda-core-4.12.yaml +++ b/core/scans/corda-core-4.12.yaml @@ -2224,13 +2224,6 @@ net.corda.core.contracts.AttachmentConstraint: annotation: - NotNull type: net.corda.core.contracts.Attachment -net.corda.core.contracts.AttachmentConstraintKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} net.corda.core.contracts.AttachmentResolutionException: annotations: - CordaSerializable @@ -4046,7 +4039,8 @@ net.corda.core.contracts.SignatureAttachmentConstraint$Companion: annotations: [] type: public static final class extends: null - implements: [] + implements: + - net.corda.core.internal.utilities.Internable interface: false methods: create: @@ -10711,10 +10705,6 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: public static final org.bouncycastle.asn1.DLSequence - SPHINCS256_SHA256: - annotation: - - NotNull - type: public static final net.corda.core.crypto.SignatureScheme COMPOSITE_KEY: annotation: - NotNull @@ -12509,7 +12499,8 @@ net.corda.core.crypto.SecureHash$Companion: annotations: [] type: public static final class extends: null - implements: [] + implements: + - net.corda.core.internal.utilities.Internable interface: false methods: allOnesHashFor: @@ -14045,365 +14036,6 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: public static final net.corda.core.utilities.OpaqueBytes$Companion -net.corda.core.crypto.internal.AliasPrivateKey: - annotations: [] - type: public final class - extends: null - implements: - - java.security.PrivateKey - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: String - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.crypto.internal.AliasPrivateKey - params: - alias: - annotation: - - NotNull - type: String - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getAlgorithm: - annotations: - - NotNull - default: false - type: public - returnType: String - getAlias: - annotations: - - NotNull - default: false - type: public final - returnType: String - getEncoded: - annotations: - - NotNull - default: false - type: public - returnType: "byte[]" - getFormat: - annotations: - - NotNull - default: false - type: public - returnType: String - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.crypto.internal.AliasPrivateKey$Companion - ALIAS_KEY_ALGORITHM: - annotation: - - NotNull - type: public static final String - initialised value: AliasPrivateKey -net.corda.core.crypto.internal.AliasPrivateKey$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.core.crypto.internal.DigestAlgorithmFactory: - annotations: [] - type: public abstract class - extends: null - implements: [] - interface: false - methods: - create: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.crypto.DigestAlgorithm - getAlgorithm: - annotations: - - NotNull - default: false - type: public abstract - returnType: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.crypto.internal.DigestAlgorithmFactory$Companion -net.corda.core.crypto.internal.DigestAlgorithmFactory$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - create: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.crypto.DigestAlgorithm - params: - algorithm: - annotation: - - NotNull - type: String - registerClass: - annotations: - - NotNull - default: false - type: public final - returnType: String - params: - className: - annotation: - - NotNull - type: String -net.corda.core.crypto.internal.Instances: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getSignatureInstance: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.Signature - params: - algorithm: - annotation: - - NotNull - type: String - provider: - annotation: - - Nullable - type: java.security.Provider - releaseSignatureInstance: - annotations: [] - default: false - type: public final - returnType: void - params: - sig: - annotation: - - NotNull - type: java.security.Signature - withSignature: - annotations: [] - default: false - type: public final - returnType: A - params: - signatureScheme: - annotation: - - NotNull - type: net.corda.core.crypto.SignatureScheme - func: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.crypto.internal.Instances -net.corda.core.crypto.internal.PlatformSecureRandom: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getPlatformSecureRandom: - annotations: - - NotNull - default: false - type: public static final - returnType: kotlin.jvm.functions.Function0 -net.corda.core.crypto.internal.PlatformSecureRandomService: - annotations: [] - type: public final class - extends: java.security.Provider$Service - implements: [] - interface: false - methods: - newInstance: - annotations: - - NotNull - default: false - type: public - returnType: java.security.SecureRandomSpi - params: - constructorParameter: - annotation: - - Nullable - type: Object - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.crypto.internal.PlatformSecureRandomService$Companion - ALGORITHM: - annotation: - - NotNull - type: public static final String - initialised value: CordaPRNG -net.corda.core.crypto.internal.PlatformSecureRandomService$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.core.crypto.internal.ProviderMapKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getBouncyCastlePQCProvider: - annotations: - - NotNull - default: false - type: public static final - returnType: org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider - getCordaBouncyCastleProvider: - annotations: - - NotNull - default: false - type: public static final - returnType: org.bouncycastle.jce.provider.BouncyCastleProvider - getCordaSecurityProvider: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.crypto.CordaSecurityProvider - getId-Curve25519ph: - annotations: - - NotNull - default: false - type: public static final - returnType: org.bouncycastle.asn1.ASN1ObjectIdentifier - getProviderMap: - annotations: - - NotNull - default: false - type: public static final - returnType: "java.util.Map" - platformSecureRandomFactory: - annotations: - - NotNull - default: false - type: public static final - returnType: java.security.SecureRandom -net.corda.core.crypto.internal.PublicKeyCache: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - bytesForCachedPublicKey: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.utilities.ByteSequence - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - cachePublicKey: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.PublicKey - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - publicKeyForCachedBytes: - annotations: - - Nullable - default: false - type: public final - returnType: java.security.PublicKey - params: - bytes: - annotation: - - NotNull - type: net.corda.core.utilities.ByteSequence - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.crypto.internal.PublicKeyCache -net.corda.core.crypto.internal.SignatureFactory: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - borrow: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.security.Signature - params: - algorithm: - annotation: - - NotNull - type: String - provider: - annotation: - - Nullable - type: java.security.Provider - release: - annotations: [] - default: true - type: public - returnType: void - params: - sig: - annotation: - - NotNull - type: java.security.Signature net.corda.core.flows.AbstractStateReplacementFlow: annotations: [] type: public abstract class @@ -22941,10 +22573,36 @@ net.corda.core.flows.NotaryFlow$Client: annotations: - InitiatingFlow type: public static class - extends: net.corda.core.internal.BackpressureAwareTimedFlow + extends: net.corda.core.internal.TimedFlow implements: [] interface: false methods: + applyWaitTimeUpdate: + annotations: [] + default: false + type: public + returnType: void + params: + session: + annotation: + - NotNull + type: net.corda.core.flows.FlowSession + update: + annotation: + - NotNull + type: net.corda.core.flows.WaitTimeUpdate + await: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalOperation call: annotations: - Suspendable @@ -22952,18 +22610,125 @@ net.corda.core.flows.NotaryFlow$Client: default: false type: public returnType: java.util.List + checkFlowIsNotKilled: + annotations: [] + default: false + type: public final + returnType: void + params: + lazyMessage: + annotation: + - NotNull + type: kotlin.jvm.functions.Function0 + checkFlowPermission: + annotations: [] + default: false + type: public final + returnType: void + params: + permissionName: + annotation: + - NotNull + type: String + extraAuditData: + annotation: + - NotNull + type: "java.util.Map" checkTransaction: annotations: - NotNull default: false type: protected final returnType: net.corda.core.identity.Party + close: + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + sessions: + annotation: + - NotNull + type: net.corda.core.utilities.NonEmptySet + flowStackSnapshot: + annotations: + - Suspendable + - Nullable + default: false + type: public final + returnType: net.corda.core.flows.FlowStackSnapshot + getCurrentTopLevel: + annotations: + - Nullable + default: false + type: public static final + returnType: net.corda.core.flows.FlowLogic + getFlowInfo: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowInfo + params: + otherParty: + annotation: + - NotNull + type: net.corda.core.identity.Party + getLogger: + annotations: + - NotNull + default: false + type: public final + returnType: org.slf4j.Logger + getOurIdentity: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.identity.Party + getOurIdentityAndCert: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.identity.PartyAndCertificate getProgressTracker: annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker + getRunId: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.StateMachineRunId + getServiceHub: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.ServiceHub + initiateFlow: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + party: + annotation: + - NotNull + type: net.corda.core.identity.Party + isKilled: + annotations: [] + default: false + type: public final + returnType: boolean notarise: annotations: - Suspendable @@ -22976,6 +22741,176 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party + persistFlowStackSnapshot: + annotations: + - Suspendable + default: false + type: public final + returnType: void + receive: + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: net.corda.core.utilities.UntrustworthyData + params: + receiveType: + annotation: + - NotNull + type: Class + otherParty: + annotation: + - NotNull + type: net.corda.core.identity.Party + receiveAll: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + receiveAllMap: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + recordAuditEvent: + annotations: [] + default: false + type: public final + returnType: void + params: + eventType: + annotation: + - NotNull + type: String + comment: + annotation: + - NotNull + type: String + extraAuditData: + annotation: + - NotNull + type: "java.util.Map" + send: + annotations: + - Suspendable + default: false + type: public + returnType: void + params: + otherParty: + annotation: + - NotNull + type: net.corda.core.identity.Party + payload: + annotation: + - NotNull + type: Object + sendAll: + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + sendAllMap: + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + sendAndReceive: + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: net.corda.core.utilities.UntrustworthyData + params: + receiveType: + annotation: + - NotNull + type: Class + otherParty: + annotation: + - NotNull + type: net.corda.core.identity.Party + payload: + annotation: + - NotNull + type: Object + sleep: + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + subFlow: + annotations: + - Suspendable + default: false + type: public + returnType: R + params: + subLogic: + annotation: + - NotNull + type: net.corda.core.flows.FlowLogic + track: + annotations: + - Nullable + default: false + type: public final + returnType: "net.corda.core.messaging.DataFeed" + trackStepsTree: + annotations: + - Nullable + default: false + type: public final + returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" + trackStepsTreeIndex: + annotations: + - Nullable + default: false + type: public final + returnType: "net.corda.core.messaging.DataFeed" validateResponse: annotations: - NotNull @@ -22991,6 +22926,29 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party + waitForLedgerCommit: + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + waitForStateConsumption: + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + stateRefs: + annotation: + - NotNull + type: java.util.Set fields: Companion: annotation: @@ -27200,10 +27158,12 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$SUCCESS: - NotNull type: public static final net.corda.core.flows.WithReferencedStatesFlow$Companion$SUCCESS net.corda.core.flows.WrappedFlowExternalAsyncOperation: - annotations: [] + annotations: + - CordaSerializable type: public final class extends: null - implements: [] + implements: + - net.corda.core.internal.FlowAsyncOperation interface: false methods: execute: @@ -27224,10 +27184,12 @@ net.corda.core.flows.WrappedFlowExternalAsyncOperation: type: public final returnType: net.corda.core.flows.FlowExternalAsyncOperation net.corda.core.flows.WrappedFlowExternalOperation: - annotations: [] + annotations: + - CordaSerializable type: public final class extends: null - implements: [] + implements: + - net.corda.core.internal.FlowAsyncOperation interface: false methods: execute: @@ -27574,7 +27536,8 @@ net.corda.core.identity.CordaX500Name$Companion: annotations: [] type: public static final class extends: null - implements: [] + implements: + - net.corda.core.internal.utilities.Internable interface: false methods: build: @@ -38184,73 +38147,6 @@ net.corda.core.observable.Observables: annotation: - NotNull type: rx.Observable -net.corda.core.observable.internal.OnNextFailedException: - annotations: [] - type: public final class - extends: rx.exceptions.OnErrorNotImplementedException - implements: [] - interface: false - methods: {} -net.corda.core.observable.internal.OnResilientSubscribe: - annotations: [] - type: public final class - extends: null - implements: - - rx.Observable$OnSubscribe - interface: false - methods: - call: - annotations: [] - default: false - type: public - returnType: void - params: - subscriber: - annotation: - - NotNull - type: rx.Subscriber - getSource: - annotations: - - NotNull - default: false - type: public final - returnType: rx.Observable -net.corda.core.observable.internal.ResilientSubscriber: - annotations: [] - type: public final class - extends: rx.observers.SafeSubscriber - implements: [] - interface: false - methods: - _onError: - annotations: [] - default: false - type: protected - returnType: void - params: - e: - annotation: - - NotNull - type: Throwable - onError: - annotations: [] - default: false - type: public - returnType: void - params: - e: - annotation: - - NotNull - type: Throwable - onNext: - annotations: [] - default: false - type: public - returnType: void - params: - t: - annotation: [] - type: T net.corda.core.schemas.CommonSchema: annotations: [] type: public final class @@ -40100,758 +39996,6 @@ net.corda.core.serialization.SingletonSerializeAsToken: annotation: - NotNull type: net.corda.core.serialization.SerializeAsTokenContext -net.corda.core.serialization.internal.AttachmentURLStreamHandlerFactory: - annotations: [] - type: public final class - extends: null - implements: - - java.net.URLStreamHandlerFactory - interface: false - methods: - createURLStreamHandler: - annotations: - - Nullable - default: false - type: public - returnType: java.net.URLStreamHandler - params: - protocol: - annotation: - - NotNull - type: String - loadedAttachmentsSize: - annotations: [] - default: false - type: public final - returnType: int - toUrl: - annotations: - - NotNull - default: false - type: public final synchronized - returnType: java.net.URL - params: - attachment: - annotation: - - NotNull - type: net.corda.core.contracts.Attachment - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.serialization.internal.AttachmentURLStreamHandlerFactory - attachmentScheme: - annotation: - - NotNull - type: public static final String - initialised value: attachment -net.corda.core.serialization.internal.AttachmentsClassLoader: - annotations: [] - type: public final class - extends: java.net.URLClassLoader - implements: [] - interface: false - methods: - getParams: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - loadClass: - annotations: - - Nullable - default: false - type: protected - returnType: Class - params: - name: - annotation: - - NotNull - type: String - resolve: - annotation: [] - type: boolean - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.serialization.internal.AttachmentsClassLoader$Companion -net.corda.core.serialization.internal.AttachmentsClassLoader$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.core.serialization.internal.AttachmentsClassLoaderBuilder: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - withAttachmentsClassloaderContext: - annotations: [] - default: false - type: public final - returnType: T - params: - attachments: - annotation: - - NotNull - type: java.util.List - params: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - txId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - isAttachmentTrusted: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - parent: - annotation: - - NotNull - type: ClassLoader - attachmentsClassLoaderCache: - annotation: - - Nullable - type: net.corda.core.serialization.internal.AttachmentsClassLoaderCache - block: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.serialization.internal.AttachmentsClassLoaderBuilder -net.corda.core.serialization.internal.AttachmentsClassLoaderCache: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - computeIfAbsent: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationContext - params: - key: - annotation: - - NotNull - type: net.corda.core.serialization.internal.AttachmentsClassLoaderKey - mappingFunction: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" -net.corda.core.serialization.internal.AttachmentsClassLoaderCacheImpl: - annotations: - - CordaSerializable - type: public final class - extends: net.corda.core.serialization.SerializeAsToken - implements: - - net.corda.core.serialization.internal.AttachmentsClassLoaderCache - interface: false - methods: - computeIfAbsent: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.serialization.SerializationContext - params: - key: - annotation: - - NotNull - type: net.corda.core.serialization.internal.AttachmentsClassLoaderKey - mappingFunction: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - toToken: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.serialization.SingletonSerializationToken - params: - context: - annotation: - - NotNull - type: net.corda.core.serialization.SerializeAsTokenContext -net.corda.core.serialization.internal.AttachmentsClassLoaderKey: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.AttachmentsClassLoaderKey - params: - hashes: - annotation: - - NotNull - type: java.util.Set - params: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getHashes: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set - getParams: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.core.serialization.internal.AttachmentsClassLoaderSimpleCacheImpl: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.serialization.internal.AttachmentsClassLoaderCache - interface: false - methods: - computeIfAbsent: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.serialization.SerializationContext - params: - key: - annotation: - - NotNull - type: net.corda.core.serialization.internal.AttachmentsClassLoaderKey - mappingFunction: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" -net.corda.core.serialization.internal.AttachmentsHolder: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - get: - annotations: - - Nullable - default: false - type: public abstract - returnType: net.corda.core.contracts.Attachment - params: - key: - annotation: - - NotNull - type: java.net.URL - getKey: - annotations: - - Nullable - default: false - type: public abstract - returnType: java.net.URL - params: - key: - annotation: - - NotNull - type: java.net.URL - getSize: - annotations: [] - default: false - type: public abstract - returnType: int - set: - annotations: [] - default: false - type: public abstract - returnType: void - params: - key: - annotation: - - NotNull - type: java.net.URL - value: - annotation: - - NotNull - type: net.corda.core.contracts.Attachment -net.corda.core.serialization.internal.CheckpointSerializationAPIKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - checkpointDeserialize: - annotations: [] - default: false - type: public static final synthetic - returnType: T - params: - "null": - annotation: [] - type: "byte[]" - checkpointSerialize: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.serialization.SerializedBytes - params: - $this$checkpointSerialize: - annotation: - - NotNull - type: T -net.corda.core.serialization.internal.CheckpointSerializationContext: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - getCheckpointCustomSerializers: - annotations: - - NotNull - default: false - type: public abstract - returnType: "Iterable>" - getDeserializationClassLoader: - annotations: - - NotNull - default: false - type: public abstract - returnType: ClassLoader - getEncoding: - annotations: - - Nullable - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationEncoding - getEncodingWhitelist: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.EncodingWhitelist - getObjectReferencesEnabled: - annotations: [] - default: false - type: public abstract - returnType: boolean - getProperties: - annotations: - - NotNull - default: false - type: public abstract - returnType: "java.util.Map" - getWhitelist: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.ClassWhitelist - withCheckpointCustomSerializers: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - checkpointCustomSerializers: - annotation: - - NotNull - type: "Iterable>" - withClassLoader: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - classLoader: - annotation: - - NotNull - type: ClassLoader - withEncoding: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - encoding: - annotation: - - Nullable - type: net.corda.core.serialization.SerializationEncoding - withEncodingWhitelist: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - encodingWhitelist: - annotation: - - NotNull - type: net.corda.core.serialization.EncodingWhitelist - withProperty: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - property: - annotation: - - NotNull - type: Object - value: - annotation: - - NotNull - type: Object - withWhitelisted: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - params: - clazz: - annotation: - - NotNull - type: Class - withoutReferences: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext -net.corda.core.serialization.internal.CheckpointSerializationDefaults: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getCHECKPOINT_CONTEXT: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - getCHECKPOINT_SERIALIZER: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.CheckpointSerializer - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.serialization.internal.CheckpointSerializationDefaults -net.corda.core.serialization.internal.CheckpointSerializer: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - deserialize: - annotations: - - NotNull - default: false - type: public abstract - returnType: T - params: - byteSequence: - annotation: - - NotNull - type: net.corda.core.utilities.ByteSequence - clazz: - annotation: - - NotNull - type: Class - context: - annotation: - - NotNull - type: net.corda.core.serialization.internal.CheckpointSerializationContext - serialize: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializedBytes - params: - obj: - annotation: - - NotNull - type: T - context: - annotation: - - NotNull - type: net.corda.core.serialization.internal.CheckpointSerializationContext -net.corda.core.serialization.internal.CustomSerializationSchemeUtils: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.serialization.internal.CustomSerializationSchemeUtils$Companion -net.corda.core.serialization.internal.CustomSerializationSchemeUtils$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - getCustomSerializationMagicFromSchemeId: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.ByteSequence - params: - schemeId: - annotation: [] - type: int - getSchemeIdIfCustomSerializationMagic: - annotations: - - Nullable - default: false - type: public final - returnType: Integer - params: - magic: - annotation: - - NotNull - type: net.corda.core.utilities.ByteSequence -net.corda.core.serialization.internal.MissingSerializerException: - annotations: [] - type: public class - extends: java.io.NotSerializableException - implements: [] - interface: false - methods: - getTypeDescriptor: - annotations: - - Nullable - default: false - type: public final - returnType: String - getTypeNames: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List -net.corda.core.serialization.internal.SerializationEnvironment: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - getCheckpointContext: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - getCheckpointSerializer: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.internal.CheckpointSerializer - getP2pContext: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationContext - getRpcClientContext: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationContext - getRpcServerContext: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationContext - getSerializationFactory: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationFactory - getStorageContext: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.serialization.SerializationContext -net.corda.core.serialization.internal.SerializationEnvironment$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - with: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.SerializationEnvironment - params: - serializationFactory: - annotation: - - NotNull - type: net.corda.core.serialization.SerializationFactory - p2pContext: - annotation: - - NotNull - type: net.corda.core.serialization.SerializationContext - rpcServerContext: - annotation: - - Nullable - type: net.corda.core.serialization.SerializationContext - rpcClientContext: - annotation: - - Nullable - type: net.corda.core.serialization.SerializationContext - storageContext: - annotation: - - Nullable - type: net.corda.core.serialization.SerializationContext - checkpointContext: - annotation: - - Nullable - type: net.corda.core.serialization.internal.CheckpointSerializationContext - checkpointSerializer: - annotation: - - Nullable - type: net.corda.core.serialization.internal.CheckpointSerializer -net.corda.core.serialization.internal.SerializationEnvironmentKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getEffectiveSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.serialization.internal.SerializationEnvironment - getNodeSerializationEnv: - annotations: - - Nullable - default: false - type: public static final - returnType: net.corda.core.serialization.internal.SerializationEnvironment - get_allEnabledSerializationEnvs: - annotations: - - NotNull - default: false - type: public static final - returnType: "java.util.List>" - get_contextSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.ThreadLocalToggleField - get_driverSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.SimpleToggleField - get_inheritableContextSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.InheritableThreadLocalToggleField - get_rpcClientSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.SimpleToggleField - setNodeSerializationEnv: - annotations: [] - default: false - type: public static final - returnType: void - params: - : - annotation: - - Nullable - type: net.corda.core.serialization.internal.SerializationEnvironment net.corda.core.transactions.BaseTransaction: annotations: [] type: public abstract class @@ -42290,6 +41434,12 @@ net.corda.core.transactions.FilteredTransaction: default: false type: public returnType: java.util.List + getLegacyAttachments: + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List getNetworkParametersHash: annotations: - Nullable @@ -44730,6 +43880,12 @@ net.corda.core.transactions.TraversableTransaction: default: false type: public returnType: java.util.List + getLegacyAttachments: + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List getNetworkParametersHash: annotations: - Nullable @@ -44925,6 +44081,12 @@ net.corda.core.transactions.WireTransaction: default: false type: public returnType: java.util.List + getLegacyAttachments: + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List getMerkleTree: annotations: - NotNull @@ -45047,18 +44209,6 @@ net.corda.core.transactions.WireTransaction: default: false type: public returnType: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.core.transactions.WireTransaction$Companion -net.corda.core.transactions.WireTransaction$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} net.corda.core.utilities.ByteArrays: annotations: [] type: public final class @@ -46967,23 +46117,6 @@ net.corda.core.utilities.PropertyDelegate: annotation: - NotNull type: kotlin.reflect.KProperty -net.corda.core.utilities.SgxSupport: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - isInsideEnclave: - annotations: [] - default: false - type: public static final - returnType: boolean - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.core.utilities.SgxSupport net.corda.core.utilities.ThreadDumpUtilsKt: annotations: [] type: public final class diff --git a/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml b/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml index 604ff98f28..0c0decc70d 100644 --- a/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml +++ b/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml @@ -1,1370 +1,5 @@ # Auto-generated by Gradle cementApi task # DO NOT EDIT THIS FILE MANUALLY -net.corda.coretesting.internal.CoreTestUtilsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - configureTestSSL: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - legalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name -net.corda.coretesting.internal.InternalSerializationTestHelpersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - asTestContextEnv: - annotations: [] - default: false - type: public static final - returnType: T - params: - $this$asTestContextEnv: - annotation: - - NotNull - type: net.corda.core.serialization.internal.SerializationEnvironment - callable: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - createTestSerializationEnv: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.serialization.internal.SerializationEnvironment - params: - classLoader: - annotation: - - Nullable - type: ClassLoader - getInVMExecutors: - annotations: - - NotNull - default: false - type: public static final - returnType: "java.util.concurrent.ConcurrentHashMap" -net.corda.coretesting.internal.InternalTestConstantsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getDEV_INTERMEDIATE_CA: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.crypto.CertificateAndKeyPair - getDEV_ROOT_CA: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.crypto.CertificateAndKeyPair - fields: - TEST_TX_TIME: - annotation: - - NotNull - type: public static final java.time.Instant -net.corda.coretesting.internal.NettyTestClient: - annotations: [] - type: public final class - extends: null - implements: - - java.io.Closeable - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - getEngine: - annotations: - - Nullable - default: false - type: public final - returnType: javax.net.ssl.SSLEngine - getHandler: - annotations: - - NotNull - default: false - type: public final - returnType: io.netty.channel.ChannelInboundHandlerAdapter - getSslContext: - annotations: - - Nullable - default: false - type: public final - returnType: io.netty.handler.ssl.SslContext - getTargetHost: - annotations: - - NotNull - default: false - type: public final - returnType: String - getTargetPort: - annotations: [] - default: false - type: public final - returnType: int - start: - annotations: [] - default: false - type: public final - returnType: void - stop: - annotations: [] - default: false - type: public final - returnType: void -net.corda.coretesting.internal.NettyTestHandler: - annotations: [] - type: public final class - extends: io.netty.channel.ChannelDuplexHandler - implements: [] - interface: false - methods: - channelRead: - annotations: [] - default: false - type: public - returnType: void - params: - ctx: - annotation: - - Nullable - type: io.netty.channel.ChannelHandlerContext - msg: - annotation: - - Nullable - type: Object - channelRegistered: - annotations: [] - default: false - type: public - returnType: void - params: - ctx: - annotation: - - Nullable - type: io.netty.channel.ChannelHandlerContext - getOnMessageFunc: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function2" - getReadCalledCounter: - annotations: [] - default: false - type: public final - returnType: int - rethrowIfFailed: - annotations: [] - default: false - type: public final - returnType: void - waitForReadCalled: - annotations: [] - default: false - type: public final - returnType: boolean - params: - numberOfExpectedCalls: - annotation: [] - type: int - writeString: - annotations: [] - default: false - type: public final - returnType: void - params: - msg: - annotation: - - NotNull - type: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.NettyTestHandler$Companion -net.corda.coretesting.internal.NettyTestHandler$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - readString: - annotations: - - NotNull - default: false - type: public final - returnType: String - params: - buffer: - annotation: - - Nullable - type: Object -net.corda.coretesting.internal.NettyTestServer: - annotations: [] - type: public final class - extends: null - implements: - - java.io.Closeable - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - getCondition: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.locks.Condition - getLock: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.locks.ReentrantLock - getMessageHandler: - annotations: - - NotNull - default: false - type: public final - returnType: io.netty.channel.ChannelInboundHandlerAdapter - getPort: - annotations: [] - default: false - type: public final - returnType: int - run: - annotations: [] - default: false - type: public final - returnType: void - start: - annotations: [] - default: false - type: public final - returnType: void - stop: - annotations: [] - default: false - type: public final - returnType: void -net.corda.coretesting.internal.RigorousMockKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - doLookup: - annotations: - - NotNull - default: false - type: public static final - returnType: org.mockito.stubbing.Stubber - params: - map: - annotation: - - NotNull - type: "java.util.Map" - argIndex: - annotation: [] - type: int - participant: - annotations: - - NotNull - default: false - type: public static final - returnType: T - params: - clazz: - annotation: - - NotNull - type: Class - rigorousMock: - annotations: - - NotNull - default: false - type: public static final - returnType: T - params: - clazz: - annotation: - - NotNull - type: Class - spectator: - annotations: - - NotNull - default: false - type: public static final - returnType: T - params: - clazz: - annotation: - - NotNull - type: Class -net.corda.coretesting.internal.TestNodeInfoBuilder: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - addLegalIdentity: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.Pair" - params: - name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - nodeKeyPair: - annotation: - - NotNull - type: java.security.KeyPair - identityKeyPair: - annotation: - - NotNull - type: java.security.KeyPair - addServiceIdentity: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.Pair" - params: - name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - nodeKeyPair: - annotation: - - NotNull - type: java.security.KeyPair - build: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NodeInfo - params: - serial: - annotation: [] - type: long - platformVersion: - annotation: [] - type: int - buildWithSigned: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.NodeInfoAndSigned - params: - serial: - annotation: [] - type: long - platformVersion: - annotation: [] - type: int - reset: - annotations: [] - default: false - type: public final - returnType: void -net.corda.coretesting.internal.TestNodeInfoBuilderKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - createNodeInfoAndSigned: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.NodeInfoAndSigned - params: - names: - annotation: - - NotNull - type: "net.corda.core.identity.CordaX500Name[]" - serial: - annotation: [] - type: long - platformVersion: - annotation: [] - type: int - signWith: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.SignedNodeInfo - params: - $this$signWith: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - keys: - annotation: - - NotNull - type: java.util.List -net.corda.coretesting.internal.TestThreadFactoryKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - testThreadFactory: - annotations: - - NotNull - default: false - type: public static final - returnType: java.util.concurrent.ThreadFactory - params: - $this$testThreadFactory: - annotation: - - NotNull - type: Object - useEnclosingClassName: - annotation: [] - type: boolean -net.corda.coretesting.internal.UndefinedMockBehaviorException: - annotations: [] - type: public final class - extends: java.lang.RuntimeException - implements: [] - interface: false - methods: {} -net.corda.coretesting.internal.matchers.MatchersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - allOf: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher - params: - matchers: - annotation: - - NotNull - type: java.util.Collection> - extrude: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher - params: - $this$extrude: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - projection: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - hasAnEntry: - annotations: - - NotNull - default: false - type: public static final - returnType: "com.natpryce.hamkrest.Matcher>" - params: - key: - annotation: [] - type: K - valueMatcher: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - hasEntries: - annotations: - - NotNull - default: false - type: public static final - returnType: "com.natpryce.hamkrest.Matcher>" - params: - entryMatchers: - annotation: - - NotNull - type: "java.util.Collection>>" - hasEntry: - annotations: - - NotNull - default: false - type: public static final - returnType: "com.natpryce.hamkrest.Matcher>" - params: - key: - annotation: [] - type: K - valueMatcher: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - hasEntrySetSize: - annotations: - - NotNull - default: false - type: public static final - returnType: "com.natpryce.hamkrest.Matcher>" - params: - expected: - annotation: [] - type: int - hasOnlyEntries: - annotations: - - NotNull - default: false - type: public static final - returnType: "com.natpryce.hamkrest.Matcher>" - params: - entryMatchers: - annotation: - - NotNull - type: "java.util.Collection>>" - indent: - annotations: - - NotNull - default: false - type: public static final - returnType: String - params: - description: - annotation: - - NotNull - type: String - modifyMismatchDescription: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.MatchResult - params: - $this$modifyMismatchDescription: - annotation: - - NotNull - type: com.natpryce.hamkrest.MatchResult - modify: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - redescribe: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher - params: - $this$redescribe: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - redescriber: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - redescribeMismatch: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher - params: - $this$redescribeMismatch: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - redescriber: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" -net.corda.coretesting.internal.matchers.flow.FlowMatchersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - willReturn: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher> - params: - successMatcher: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - willThrow: - annotations: [] - default: false - type: public static final synthetic - returnType: com.natpryce.hamkrest.Matcher> -net.corda.coretesting.internal.matchers.future.FutureMatchersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - willReturn: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher> - params: - successMatcher: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - willThrow: - annotations: [] - default: false - type: public static final synthetic - returnType: com.natpryce.hamkrest.Matcher> -net.corda.coretesting.internal.matchers.rpc.RpcMatchersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - willReturn: - annotations: - - NotNull - default: false - type: public static final - returnType: com.natpryce.hamkrest.Matcher> - params: - successMatcher: - annotation: - - NotNull - type: com.natpryce.hamkrest.Matcher - willThrow: - annotations: [] - default: false - type: public static final synthetic - returnType: com.natpryce.hamkrest.Matcher> -net.corda.coretesting.internal.performance.Rate: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: [] - default: false - type: public final - returnType: long - component2: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.TimeUnit - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.coretesting.internal.performance.Rate - params: - numberOfEvents: - annotation: [] - type: long - perTimeUnit: - annotation: - - NotNull - type: java.util.concurrent.TimeUnit - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getNumberOfEvents: - annotations: [] - default: false - type: public final - returnType: long - getPerTimeUnit: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.TimeUnit - hashCode: - annotations: [] - default: false - type: public - returnType: int - times: - annotations: [] - default: false - type: public final - returnType: long - params: - inUnit: - annotation: - - NotNull - type: java.util.concurrent.TimeUnit - toInterval: - annotations: - - NotNull - default: false - type: public final - returnType: java.time.Duration - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.coretesting.internal.performance.RateKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - div: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.coretesting.internal.performance.Rate - params: - $this$div: - annotation: [] - type: long - timeUnit: - annotation: - - NotNull - type: java.util.concurrent.TimeUnit -net.corda.coretesting.internal.stubs.CertificateStoreStubs: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.stubs.CertificateStoreStubs$Companion - DEFAULT_CERTIFICATES_DIRECTORY_NAME: - annotation: - - NotNull - type: public static final String - initialised value: certificates -net.corda.coretesting.internal.stubs.CertificateStoreStubs$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - certificatesDirectoryName: - annotation: - - NotNull - type: String - keyStoreFileName: - annotation: - - NotNull - type: String - keyStorePassword: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - trustStoreFileName: - annotation: - - NotNull - type: String - trustStorePassword: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - keyStoreFileName: - annotation: - - NotNull - type: String - keyStorePassword: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - trustStoreFileName: - annotation: - - NotNull - type: String - trustStorePassword: - annotation: - - NotNull - type: String - trustStoreKeyPassword: - annotation: - - NotNull - type: String - sslHandshakeTimeout: - annotation: - - Nullable - type: java.time.Duration - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$Companion -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - certificatesDirectoryName: - annotation: - - NotNull - type: String - keyStoreFileName: - annotation: - - NotNull - type: String - keyStorePassword: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - trustStoreFileName: - annotation: - - NotNull - type: String - trustStorePassword: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - keyStoreFileName: - annotation: - - NotNull - type: String - keyStorePassword: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - trustStoreFileName: - annotation: - - NotNull - type: String - trustStorePassword: - annotation: - - NotNull - type: String - trustStoreKeyPassword: - annotation: - - NotNull - type: String - sslHandshakeTimeout: - annotation: - - Nullable - type: java.time.Duration -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$KeyStore: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$KeyStore$Companion - DEFAULT_STORE_FILE_NAME: - annotation: - - NotNull - type: public static final String - initialised value: sslkeystore.jks - DEFAULT_STORE_PASSWORD: - annotation: - - NotNull - type: public static final String - initialised value: cordacadevpass -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$KeyStore$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$TrustStore: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$TrustStore$Companion - DEFAULT_STORE_FILE_NAME: - annotation: - - NotNull - type: public static final String - initialised value: truststore.jks - DEFAULT_STORE_PASSWORD: - annotation: - - NotNull - type: public static final String - initialised value: trustpass - DEFAULT_KEY_PASSWORD: - annotation: - - NotNull - type: public static final String - initialised value: trustpasskeypass -net.corda.coretesting.internal.stubs.CertificateStoreStubs$P2P$TrustStore$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String -net.corda.coretesting.internal.stubs.CertificateStoreStubs$Signing: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.coretesting.internal.stubs.CertificateStoreStubs$Signing$Companion -net.corda.coretesting.internal.stubs.CertificateStoreStubs$Signing$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withBaseDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificatesDirectoryName: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String - withCertificatesDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.config.FileBasedCertificateStoreSupplier - params: - certificatesDirectory: - annotation: - - NotNull - type: java.nio.file.Path - password: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - certificateStoreFileName: - annotation: - - NotNull - type: String net.corda.testing.contracts.DummyContract: annotations: [] type: public final class @@ -2840,371 +1475,4 @@ net.corda.testing.core.TestUtils: $this$singleIdentityAndCert: annotation: - NotNull - type: net.corda.core.node.NodeInfo -net.corda.testing.core.internal.CheckpointSerializationEnvironmentRule: - annotations: [] - type: public final class - extends: null - implements: - - org.junit.rules.TestRule - interface: false - methods: - apply: - annotations: - - NotNull - default: false - type: public - returnType: org.junit.runners.model.Statement - params: - base: - annotation: - - NotNull - type: org.junit.runners.model.Statement - description: - annotation: - - NotNull - type: org.junit.runner.Description - getCheckpointSerializationContext: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.CheckpointSerializationContext - getCheckpointSerializer: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.serialization.internal.CheckpointSerializer - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.core.internal.CheckpointSerializationEnvironmentRule$Companion -net.corda.testing.core.internal.CheckpointSerializationEnvironmentRule$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - run: - annotations: [] - default: false - type: public final - returnType: T - params: - taskLabel: - annotation: - - NotNull - type: String - task: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" -net.corda.testing.core.internal.ContractJarTestUtils: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - makeTestContractJar: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - params: - workingDir: - annotation: - - NotNull - type: java.nio.file.Path - contractNames: - annotation: - - NotNull - type: java.util.List - makeTestJar: - annotations: [] - default: false - type: public final - returnType: void - params: - output: - annotation: - - NotNull - type: java.io.OutputStream - makeTestSignedContractJar: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.Pair" - params: - workingDir: - annotation: - - NotNull - type: java.nio.file.Path - contractName: - annotation: - - NotNull - type: String - signContractJar: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.Pair" - params: - jarURL: - annotation: - - NotNull - type: java.net.URL - copyFirst: - annotation: [] - type: boolean - keyStoreDir: - annotation: - - Nullable - type: java.nio.file.Path - alias: - annotation: - - NotNull - type: String - pwd: - annotation: - - NotNull - type: String - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.core.internal.ContractJarTestUtils -net.corda.testing.core.internal.JarSignatureTestUtils: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - addIndexList: - annotations: [] - default: false - type: public final - returnType: void - params: - $this$addIndexList: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - addManifest: - annotations: [] - default: false - type: public final - returnType: void - params: - $this$addManifest: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - entries: - annotation: - - NotNull - type: "kotlin.Pair[]" - containsKey: - annotations: [] - default: false - type: public final - returnType: boolean - params: - $this$containsKey: - annotation: - - NotNull - type: java.nio.file.Path - alias: - annotation: - - NotNull - type: String - storePassword: - annotation: - - NotNull - type: String - storeName: - annotation: - - NotNull - type: String - createJar: - annotations: [] - default: false - type: public final - returnType: void - params: - $this$createJar: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - contents: - annotation: - - NotNull - type: "String[]" - generateKey: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.PublicKey - params: - $this$generateKey: - annotation: - - NotNull - type: java.nio.file.Path - alias: - annotation: - - NotNull - type: String - storePassword: - annotation: - - NotNull - type: String - name: - annotation: - - NotNull - type: String - keyalg: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - storeName: - annotation: - - NotNull - type: String - getJarSigners: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - params: - $this$getJarSigners: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - getPublicKey: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.PublicKey - params: - $this$getPublicKey: - annotation: - - NotNull - type: java.nio.file.Path - alias: - annotation: - - NotNull - type: String - storePassword: - annotation: - - NotNull - type: String - signJar: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.PublicKey - params: - $this$signJar: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - alias: - annotation: - - NotNull - type: String - storePassword: - annotation: - - NotNull - type: String - keyPassword: - annotation: - - NotNull - type: String - unsignJar: - annotations: [] - default: false - type: public final - returnType: void - params: - $this$unsignJar: - annotation: - - NotNull - type: java.nio.file.Path - updateJar: - annotations: [] - default: false - type: public final - returnType: void - params: - $this$updateJar: - annotation: - - NotNull - type: java.nio.file.Path - fileName: - annotation: - - NotNull - type: String - contents: - annotation: - - NotNull - type: "String[]" - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.core.internal.JarSignatureTestUtils -net.corda.testing.core.internal.SelfCleaningDir: - annotations: [] - type: public final class - extends: null - implements: - - java.io.Closeable - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - getPath: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path \ No newline at end of file + type: net.corda.core.node.NodeInfo \ No newline at end of file diff --git a/testing/node-driver/scans/corda-node-driver-4.12.yaml b/testing/node-driver/scans/corda-node-driver-4.12.yaml index 3eae513acb..8de333458c 100644 --- a/testing/node-driver/scans/corda-node-driver-4.12.yaml +++ b/testing/node-driver/scans/corda-node-driver-4.12.yaml @@ -900,6 +900,12 @@ net.corda.testing.driver.NodeParameters: default: false type: public final returnType: "java.util.Map" + component12: + annotations: + - NotNull + default: false + type: public final + returnType: java.util.Collection component2: annotations: - NotNull @@ -1001,6 +1007,10 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: "java.util.Map" + legacyContracts: + annotation: + - NotNull + type: java.util.Collection equals: annotations: [] default: false @@ -1030,6 +1040,12 @@ net.corda.testing.driver.NodeParameters: type: public final returnType: "java.util.Map>,\ \ Class>>" + getLegacyContracts: + annotations: + - NotNull + default: false + type: public final + returnType: java.util.Collection getLogLevelOverride: annotations: - Nullable @@ -1123,6 +1139,17 @@ net.corda.testing.driver.NodeParameters: - NotNull type: "java.util.Map>,\ \ ? extends Class>>" + withLegacyContracts: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + legacyContracts: + annotation: + - NotNull + type: java.util.Collection withLogLevelOverride: annotations: - NotNull @@ -1156,6 +1183,17 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: net.corda.core.identity.CordaX500Name + withRpcAddress: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + rpcAddress: + annotation: + - Nullable + type: net.corda.core.utilities.NetworkHostAndPort withRpcUsers: annotations: - NotNull @@ -1178,6 +1216,17 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: Boolean + withSystemProperties: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + systemProperties: + annotation: + - NotNull + type: "java.util.Map" withVerifierType: annotations: - NotNull @@ -1554,560 +1603,6 @@ net.corda.testing.driver.WebserverHandle: default: false type: public returnType: String -net.corda.testing.driver.internal.DriverInternalKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getInternalServices: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.node.services.api.StartedNodeServices - params: - $this$internalServices: - annotation: - - NotNull - type: net.corda.testing.driver.InProcess -net.corda.testing.driver.internal.GlobalTestPortAllocationKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - incrementalPortAllocation: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.driver.PortAllocation -net.corda.testing.driver.internal.InProcessImpl: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.testing.driver.InProcess - - net.corda.testing.driver.internal.NodeHandleInternal - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NodeInfo - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.messaging.CordaRPCOps - component3: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NodeConfiguration - component4: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - component5: - annotations: [] - default: false - type: public final - returnType: boolean - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.internal.InProcessImpl - params: - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - rpc: - annotation: - - NotNull - type: net.corda.core.messaging.CordaRPCOps - configuration: - annotation: - - NotNull - type: net.corda.node.services.config.NodeConfiguration - webAddress: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - useHTTPS: - annotation: [] - type: boolean - nodeThread: - annotation: - - NotNull - type: Thread - onStopCallback: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - node: - annotation: - - NotNull - type: net.corda.node.internal.NodeWithInfo - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getBaseDirectory: - annotations: - - NotNull - default: true - type: public - returnType: java.nio.file.Path - getConfiguration: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.config.NodeConfiguration - getDatabase: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.persistence.CordaPersistence - getJmxAddress: - annotations: - - Nullable - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NodeInfo - getP2pAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpc: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - getServices: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.api.StartedNodeServices - getUseHTTPS: - annotations: [] - default: false - type: public - returnType: boolean - getWebAddress: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - hashCode: - annotations: [] - default: false - type: public - returnType: int - registerInitiatedFlow: - annotations: - - NotNull - - NotNull - default: false - type: public - returnType: rx.Observable - params: - initiatedFlowClass: - annotation: - - NotNull - type: Class - startFlow: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - logic: - annotation: - - NotNull - type: net.corda.core.flows.FlowLogic - stop: - annotations: [] - default: false - type: public - returnType: void - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.driver.internal.NodeHandleInternal: - annotations: [] - type: public interface - extends: - - net.corda.testing.driver.NodeHandle - interface: true - methods: - getBaseDirectory: - annotations: - - NotNull - default: true - type: public - returnType: java.nio.file.Path - getConfiguration: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.node.services.config.NodeConfiguration - getJmxAddress: - annotations: - - Nullable - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.node.NodeInfo - getP2pAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpc: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.util.List - getUseHTTPS: - annotations: [] - default: false - type: public abstract - returnType: boolean - getWebAddress: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.utilities.NetworkHostAndPort - stop: - annotations: [] - default: false - type: public abstract - returnType: void -net.corda.testing.driver.internal.OutOfProcessImpl: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.testing.driver.OutOfProcess - - net.corda.testing.driver.internal.NodeHandleInternal - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NodeInfo - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.messaging.CordaRPCOps - component3: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NodeConfiguration - component4: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - component5: - annotations: [] - default: false - type: public final - returnType: boolean - component6: - annotations: - - Nullable - default: false - type: public final - returnType: Integer - component7: - annotations: - - NotNull - default: false - type: public final - returnType: Process - component8: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.internal.OutOfProcessImpl - params: - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - rpc: - annotation: - - NotNull - type: net.corda.core.messaging.CordaRPCOps - configuration: - annotation: - - NotNull - type: net.corda.node.services.config.NodeConfiguration - webAddress: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - useHTTPS: - annotation: [] - type: boolean - debugPort: - annotation: - - Nullable - type: Integer - process: - annotation: - - NotNull - type: Process - onStopCallback: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getBaseDirectory: - annotations: - - NotNull - default: true - type: public - returnType: java.nio.file.Path - getConfiguration: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.config.NodeConfiguration - getDebugPort: - annotations: - - Nullable - default: false - type: public final - returnType: Integer - getJmxAddress: - annotations: - - Nullable - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NodeInfo - getOnStopCallback: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - getP2pAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getProcess: - annotations: - - NotNull - default: false - type: public - returnType: Process - getRpc: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - getUseHTTPS: - annotations: [] - default: false - type: public - returnType: boolean - getWebAddress: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.utilities.NetworkHostAndPort - hashCode: - annotations: [] - default: false - type: public - returnType: int - stop: - annotations: [] - default: false - type: public - returnType: void - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.driver.internal.checkpoint.CheckpointRpcHelper: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getCheckpointsRpc: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.internal.checkpoint.CheckpointRpcHelper$CloseableFlowManagerRPCOps - params: - $this$checkpointsRpc: - annotation: - - NotNull - type: net.corda.testing.driver.NodeHandle - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.driver.internal.checkpoint.CheckpointRpcHelper -net.corda.testing.driver.internal.checkpoint.CheckpointRpcHelper$CloseableFlowManagerRPCOps: - annotations: [] - type: public static interface - extends: - - java.lang.AutoCloseable - - net.corda.core.messaging.flows.FlowManagerRPCOps - interface: true - methods: {} net.corda.testing.flows.FlowTestsUtilsKt: annotations: [] type: public final class @@ -3981,6 +3476,12 @@ net.corda.testing.node.TestCordapp: implements: [] interface: false methods: + asSigned: + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.testing.node.TestCordapp findCordapp: annotations: - NotNull @@ -3998,6 +3499,17 @@ net.corda.testing.node.TestCordapp: default: false type: public abstract returnType: "java.util.Map" + of: + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.testing.node.TestCordapp + params: + uri: + annotation: + - NotNull + type: java.net.URI withConfig: annotations: - NotNull @@ -4032,6 +3544,17 @@ net.corda.testing.node.TestCordapp$Companion: annotation: - NotNull type: String + of: + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.TestCordapp + params: + uri: + annotation: + - NotNull + type: java.net.URI net.corda.testing.node.UnstartedMockNode: annotations: [] type: public final class @@ -4166,5168 +3689,4 @@ net.corda.testing.node.User: - NotNull default: false type: public - returnType: String -net.corda.testing.node.internal.CompatibilityZoneParams: - annotations: [] - type: public abstract class - extends: null - implements: [] - interface: false - methods: - config: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.node.services.config.NetworkServicesConfig - doormanURL: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.net.URL - getPublishNotaries: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1,\ - \ kotlin.Unit>" - getRootCert: - annotations: - - Nullable - default: false - type: public final - returnType: java.security.cert.X509Certificate - networkMapURL: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.net.URL -net.corda.testing.node.internal.CustomCordapp: - annotations: [] - type: public final class - extends: net.corda.testing.node.TestCordapp - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set - component2: - annotations: - - NotNull - default: false - type: public final - returnType: String - component3: - annotations: [] - default: false - type: public final - returnType: int - component4: - annotations: [] - default: false - type: public final - returnType: int - component5: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set> - component6: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.List,\ - \ java.util.Set>>" - component7: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.testing.node.internal.CustomCordapp$SigningInfo - component8: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - packages: - annotation: - - NotNull - type: java.util.Set - name: - annotation: - - NotNull - type: String - versionId: - annotation: [] - type: int - targetPlatformVersion: - annotation: [] - type: int - classes: - annotation: - - NotNull - type: java.util.Set> - fixups: - annotation: - - NotNull - type: "java.util.List, ? extends java.util.Set>>" - signingInfo: - annotation: - - Nullable - type: net.corda.testing.node.internal.CustomCordapp$SigningInfo - config: - annotation: - - NotNull - type: "java.util.Map" - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - findCordapp: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.TestCordapp - params: - scanPackage: - annotation: - - NotNull - type: String - getClasses: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set> - getConfig: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.Map" - getFixups: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.List,\ - \ java.util.Set>>" - getJarFile: - annotations: - - NotNull - default: false - type: public - returnType: java.nio.file.Path - getName: - annotations: - - NotNull - default: false - type: public final - returnType: String - getPackages: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set - getSigningInfo: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.testing.node.internal.CustomCordapp$SigningInfo - getTargetPlatformVersion: - annotations: [] - default: false - type: public final - returnType: int - getVersionId: - annotations: [] - default: false - type: public final - returnType: int - hashCode: - annotations: [] - default: false - type: public - returnType: int - signed: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - keyStorePath: - annotation: - - Nullable - type: java.nio.file.Path - numberOfSignatures: - annotation: [] - type: int - keyAlgorithm: - annotation: - - NotNull - type: String - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - withConfig: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.CustomCordapp - params: - config: - annotation: - - NotNull - type: "java.util.Map" - withOnlyJarContents: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.CustomCordapp - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.CustomCordapp$Companion -net.corda.testing.node.internal.CustomCordapp$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - getJarFile: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - params: - cordapp: - annotation: - - NotNull - type: net.corda.testing.node.internal.CustomCordapp -net.corda.testing.node.internal.CustomCordapp$SigningInfo: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - Nullable - default: false - type: public final - returnType: java.nio.file.Path - component2: - annotations: [] - default: false - type: public final - returnType: int - component3: - annotations: - - NotNull - default: false - type: public final - returnType: String - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.CustomCordapp$SigningInfo - params: - keyStorePath: - annotation: - - Nullable - type: java.nio.file.Path - numberOfSignatures: - annotation: [] - type: int - keyAlgorithm: - annotation: - - NotNull - type: String - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getKeyAlgorithm: - annotations: - - NotNull - default: false - type: public final - returnType: String - getKeyStorePath: - annotations: - - Nullable - default: false - type: public final - returnType: java.nio.file.Path - getNumberOfSignatures: - annotations: [] - default: false - type: public final - returnType: int - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.DriverDSLImpl: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.testing.node.internal.InternalDriverDSL - interface: false - methods: - baseDirectory: - annotations: - - NotNull - default: true - type: public - returnType: java.nio.file.Path - params: - nodeName: - annotation: - - NotNull - type: String - getAllowHibernateToManageAppSchema: - annotations: [] - default: false - type: public final - returnType: boolean - getCompatibilityZone: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.testing.node.internal.CompatibilityZoneParams - getCordappsClassLoader: - annotations: - - Nullable - default: false - type: public - returnType: java.net.URLClassLoader - getCordappsForAllNodes: - annotations: - - Nullable - default: false - type: public final - returnType: java.util.Collection - getDebugPortAllocation: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.PortAllocation - getDefaultNotaryHandle: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.driver.NotaryHandle - getDefaultNotaryIdentity: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.identity.Party - getDefaultNotaryNode: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - getDriverDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - getEnvironmentVariables: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - getExecutorService: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.concurrent.ScheduledExecutorService - getExtraCordappPackagesToScan: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getInMemoryDB: - annotations: [] - default: false - type: public final - returnType: boolean - getJmxPolicy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.JmxPolicy - getNetworkParameters: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - getNotaryCustomOverrides: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - getNotaryHandleTimeout: - annotations: - - NotNull - default: false - type: public final - returnType: java.time.Duration - getNotaryHandles: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - getNotarySpecs: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getPortAllocation: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.driver.PortAllocation - getPremigrateH2Database: - annotations: [] - default: false - type: public final - returnType: boolean - getShutdownManager: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.ShutdownManager - getStartNodesInProcess: - annotations: [] - default: false - type: public final - returnType: boolean - getSystemProperties: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - getUseTestClock: - annotations: [] - default: false - type: public final - returnType: boolean - getWaitForAllNodesToFinish: - annotations: [] - default: false - type: public final - returnType: boolean - isDebug: - annotations: [] - default: false - type: public final - returnType: boolean - nextPort: - annotations: [] - default: true - type: public - returnType: int - pollUntilNonNull: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - pollUntilTrue: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - shutdown: - annotations: [] - default: false - type: public - returnType: void - start: - annotations: [] - default: false - type: public - returnType: void - startNode: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - defaultParameters: - annotation: - - NotNull - type: net.corda.testing.driver.NodeParameters - providedName: - annotation: - - Nullable - type: net.corda.core.identity.CordaX500Name - rpcUsers: - annotation: - - NotNull - type: java.util.List - verifierType: - annotation: - - NotNull - type: net.corda.testing.driver.VerifierType - customOverrides: - annotation: - - NotNull - type: "java.util.Map" - startInSameProcess: - annotation: - - Nullable - type: Boolean - maximumHeapSize: - annotation: - - NotNull - type: String - startWebserver: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - handle: - annotation: - - NotNull - type: net.corda.testing.driver.NodeHandle - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.DriverDSLImpl$Companion -net.corda.testing.node.internal.DriverDSLImpl$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.testing.node.internal.DriverDSLImpl$LocalNetworkMap: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getNetworkParametersCopier: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.network.NetworkParametersCopier - getNodeInfosCopier: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.network.NodeInfoFilesCopier -net.corda.testing.node.internal.DriverDSLImpl$State: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - getProcesses: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.ArrayList -net.corda.testing.node.internal.DriverDSLImpl$Waitable: - annotations: [] - type: public static interface - extends: [] - interface: true - methods: - waitFor: - annotations: [] - default: false - type: public abstract - returnType: void -net.corda.testing.node.internal.DriverDSLImplKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - genericDriver: - annotations: [] - default: false - type: public static final - returnType: A - params: - driverDsl: - annotation: - - NotNull - type: D - coerce: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - dsl: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - getDIRECTORY_TIMESTAMP_FORMAT: - annotations: - - NotNull - default: false - type: public static final - returnType: java.time.format.DateTimeFormatter - getTimestampAsDirectoryName: - annotations: - - NotNull - default: false - type: public static final - returnType: String - internalDriver: - annotations: [] - default: false - type: public static final - returnType: A - params: - isDebug: - annotation: [] - type: boolean - driverDirectory: - annotation: - - NotNull - type: java.nio.file.Path - portAllocation: - annotation: - - NotNull - type: net.corda.testing.driver.PortAllocation - debugPortAllocation: - annotation: - - NotNull - type: net.corda.testing.driver.PortAllocation - systemProperties: - annotation: - - NotNull - type: "java.util.Map" - useTestClock: - annotation: [] - type: boolean - startNodesInProcess: - annotation: [] - type: boolean - extraCordappPackagesToScan: - annotation: - - NotNull - type: java.util.List - waitForAllNodesToFinish: - annotation: [] - type: boolean - notarySpecs: - annotation: - - NotNull - type: java.util.List - jmxPolicy: - annotation: - - NotNull - type: net.corda.testing.driver.JmxPolicy - networkParameters: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - compatibilityZone: - annotation: - - Nullable - type: net.corda.testing.node.internal.CompatibilityZoneParams - notaryCustomOverrides: - annotation: - - NotNull - type: "java.util.Map" - inMemoryDB: - annotation: [] - type: boolean - cordappsForAllNodes: - annotation: - - Nullable - type: java.util.Collection - environmentVariables: - annotation: - - NotNull - type: "java.util.Map" - allowHibernateToManageAppSchema: - annotation: [] - type: boolean - premigrateH2Database: - annotation: [] - type: boolean - notaryHandleTimeout: - annotation: - - NotNull - type: java.time.Duration - dsl: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - startNode: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.concurrent.CordaFuture - params: - $this$startNode: - annotation: - - NotNull - type: net.corda.testing.driver.DriverDSL - providedName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - devMode: - annotation: [] - type: boolean - parameters: - annotation: - - NotNull - type: net.corda.testing.driver.NodeParameters - writeConfig: - annotations: [] - default: false - type: public static final - returnType: void - params: - path: - annotation: - - NotNull - type: java.nio.file.Path - filename: - annotation: - - NotNull - type: String - config: - annotation: - - NotNull - type: com.typesafe.config.Config -net.corda.testing.node.internal.DummyClusterSpec: - annotations: [] - type: public final class - extends: net.corda.testing.node.ClusterSpec - implements: [] - interface: false - methods: - component1: - annotations: [] - default: false - type: public final - returnType: int - component2: - annotations: [] - default: false - type: public final - returnType: boolean - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.DummyClusterSpec - params: - clusterSize: - annotation: [] - type: int - compositeServiceIdentity: - annotation: [] - type: boolean - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getClusterSize: - annotations: [] - default: false - type: public - returnType: int - getCompositeServiceIdentity: - annotations: [] - default: false - type: public final - returnType: boolean - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.InMemoryMessage: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.node.services.messaging.Message - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: String - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.ByteSequence - component3: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.statemachine.DeduplicationId - component4: - annotations: - - NotNull - default: false - type: public final - returnType: java.time.Instant - component5: - annotations: - - Nullable - default: false - type: public final - returnType: String - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InMemoryMessage - params: - topic: - annotation: - - NotNull - type: String - data: - annotation: - - NotNull - type: net.corda.core.utilities.ByteSequence - uniqueMessageId: - annotation: - - NotNull - type: net.corda.node.services.statemachine.DeduplicationId - debugTimestamp: - annotation: - - NotNull - type: java.time.Instant - senderUUID: - annotation: - - Nullable - type: String - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getAdditionalHeaders: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.Map" - getData: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.utilities.ByteSequence - getDebugTimestamp: - annotations: - - NotNull - default: false - type: public - returnType: java.time.Instant - getSenderUUID: - annotations: - - Nullable - default: false - type: public - returnType: String - getTopic: - annotations: - - NotNull - default: false - type: public - returnType: String - getUniqueMessageId: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.statemachine.DeduplicationId - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.InProcessNode: - annotations: [] - type: public final class - extends: net.corda.node.internal.Node - implements: [] - interface: false - methods: - getJournalBufferTimeout: - annotations: - - NotNull - default: false - type: protected - returnType: Integer - getRunMigrationScripts: - annotations: [] - default: false - type: protected - returnType: boolean - getRxIoScheduler: - annotations: - - NotNull - default: false - type: protected - returnType: rx.internal.schedulers.CachedThreadScheduler - start: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.NodeInfo -net.corda.testing.node.internal.InternalDriverDSL: - annotations: [] - type: public interface - extends: - - net.corda.testing.driver.DriverDSL - interface: true - methods: - baseDirectory: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.nio.file.Path - params: - nodeName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - getCordappsClassLoader: - annotations: - - Nullable - default: false - type: public abstract - returnType: ClassLoader - getDefaultNotaryHandle: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.driver.NotaryHandle - getDefaultNotaryIdentity: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.identity.Party - getDefaultNotaryNode: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - getNotaryHandles: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.util.List - getShutdownManager: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.testing.node.internal.ShutdownManager - nextPort: - annotations: [] - default: true - type: public - returnType: int - pollUntilNonNull: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - pollUntilTrue: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - shutdown: - annotations: [] - default: false - type: public abstract - returnType: void - start: - annotations: [] - default: false - type: public abstract - returnType: void - startNode: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - defaultParameters: - annotation: - - NotNull - type: net.corda.testing.driver.NodeParameters - providedName: - annotation: - - Nullable - type: net.corda.core.identity.CordaX500Name - rpcUsers: - annotation: - - NotNull - type: java.util.List - verifierType: - annotation: - - NotNull - type: net.corda.testing.driver.VerifierType - customOverrides: - annotation: - - NotNull - type: "java.util.Map" - startInSameProcess: - annotation: - - Nullable - type: Boolean - maximumHeapSize: - annotation: - - NotNull - type: String - startWebserver: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.concurrent.CordaFuture - params: - handle: - annotation: - - NotNull - type: net.corda.testing.driver.NodeHandle - maximumHeapSize: - annotation: - - NotNull - type: String -net.corda.testing.node.internal.InternalMockNetwork: - annotations: [] - type: public class - extends: null - implements: - - java.lang.AutoCloseable - interface: false - methods: - addressToNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNetwork$MockNode - params: - msgRecipient: - annotation: - - NotNull - type: net.corda.core.messaging.MessageRecipients - baseDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - params: - nodeId: - annotation: [] - type: int - close: - annotations: [] - default: false - type: public - returnType: void - createNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.TestStartedNode - params: - parameters: - annotation: - - NotNull - type: net.corda.testing.node.internal.InternalMockNodeParameters - nodeFactory: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - createPartyNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.TestStartedNode - createUnstartedNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNetwork$MockNode - params: - parameters: - annotation: - - NotNull - type: net.corda.testing.node.internal.InternalMockNodeParameters - nodeFactory: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - getAutoVisibleNodes: - annotations: [] - default: false - type: public final - returnType: boolean - getDefaultFactory: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1" - getDefaultNotaryIdentity: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.identity.Party - getDefaultNotaryNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.TestStartedNode - getMessagingNetwork: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.InMemoryMessagingNetwork - getNetworkParameters: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - getNetworkSendManuallyPumped: - annotations: [] - default: false - type: public final - returnType: boolean - getNextNodeId: - annotations: [] - default: false - type: public final - returnType: int - getNodes: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getNotaryNodes: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getNotarySpecs: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getTestDirectory: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - getThreadPerNode: - annotations: [] - default: false - type: public final - returnType: boolean - restartNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.TestStartedNode - params: - node: - annotation: - - NotNull - type: net.corda.testing.node.internal.TestStartedNode - parameters: - annotation: - - NotNull - type: net.corda.testing.node.internal.InternalMockNodeParameters - nodeFactory: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - runNetwork: - annotations: [] - default: false - type: public final - returnType: void - startNodes: - annotations: [] - default: false - type: public final - returnType: void - stopNodes: - annotations: [] - default: false - type: public final - returnType: void - waitQuiescent: - annotations: [] - default: false - type: public final - returnType: void - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.InternalMockNetwork$Companion -net.corda.testing.node.internal.InternalMockNetwork$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - createCordappClassLoader: - annotations: - - Nullable - default: false - type: public final - returnType: java.net.URLClassLoader - params: - cordapps: - annotation: - - Nullable - type: java.util.Collection -net.corda.testing.node.internal.InternalMockNetwork$MockNode: - annotations: [] - type: public static class - extends: net.corda.node.internal.AbstractNode - implements: [] - interface: false - methods: - acceptableLiveFiberCountOnStop: - annotations: [] - default: false - type: protected - returnType: int - createStartedNode: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.TestStartedNode - params: - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - rpcOps: - annotation: - - NotNull - type: java.util.List - notaryService: - annotation: - - Nullable - type: net.corda.core.internal.notary.NotaryService - disableDBCloseOnStop: - annotations: [] - default: false - type: public final - returnType: void - getAcceptableLiveFiberCountOnStop: - annotations: [] - default: false - type: public final - returnType: int - getId: - annotations: [] - default: false - type: public final - returnType: int - getLog: - annotations: - - NotNull - default: false - type: protected - returnType: org.slf4j.Logger - getMockNet: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNetwork - getRunMigrationScripts: - annotations: [] - default: false - type: protected - returnType: boolean - getRxIoScheduler: - annotations: - - NotNull - default: false - type: protected - returnType: rx.Scheduler - getSerializationWhitelists: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - getStarted: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.testing.node.internal.TestStartedNode - initKeyStores: - annotations: - - NotNull - default: false - type: protected - returnType: java.util.Set - makeKeyManagementService: - annotations: - - NotNull - default: false - type: protected - returnType: net.corda.node.services.keys.KeyManagementServiceInternal - params: - identityService: - annotation: - - NotNull - type: net.corda.node.services.identity.PersistentIdentityService - makeMessagingService: - annotations: - - NotNull - default: false - type: protected - returnType: net.corda.testing.node.internal.MockNodeMessagingService - makeNetworkParametersStorage: - annotations: - - NotNull - default: false - type: protected - returnType: net.corda.core.internal.NetworkParametersStorage - manuallyCloseDB: - annotations: [] - default: false - type: public final - returnType: void - myAddresses: - annotations: - - NotNull - default: false - type: protected - returnType: java.util.List - registerInitiatedFlowFactory: - annotations: - - NotNull - default: false - type: public final - returnType: rx.Observable - params: - initiatingFlowClass: - annotation: - - NotNull - type: Class> - initiatedFlowClass: - annotation: - - NotNull - type: Class - factory: - annotation: - - NotNull - type: net.corda.node.internal.InitiatedFlowFactory - track: - annotation: [] - type: boolean - setAcceptableLiveFiberCountOnStop: - annotations: [] - default: false - type: public final - returnType: void - params: - : - annotation: [] - type: int - setMessagingServiceSpy: - annotations: [] - default: false - type: public final - returnType: void - params: - spy: - annotation: - - NotNull - type: net.corda.testing.node.internal.MessagingServiceSpy - start: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.TestStartedNode - startDatabase: - annotations: [] - default: false - type: protected - returnType: void - startMessagingService: - annotations: [] - default: false - type: protected - returnType: void - params: - rpcOps: - annotation: - - NotNull - type: java.util.List - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - myNotaryIdentity: - annotation: - - Nullable - type: net.corda.core.identity.PartyAndCertificate - networkParameters: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - startShell: - annotations: [] - default: false - type: public - returnType: void - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.InternalMockNetwork$MockNode$Companion -net.corda.testing.node.internal.InternalMockNetwork$MockNode$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.testing.node.internal.InternalMockNetworkConfigOverridesKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - applyMockNodeOverrides: - annotations: [] - default: false - type: public static final - returnType: void - params: - $this$applyMockNodeOverrides: - annotation: - - NotNull - type: net.corda.testing.node.MockNodeConfigOverrides - config: - annotation: - - NotNull - type: net.corda.node.services.config.NodeConfiguration - toNotaryConfig: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.node.services.config.NotaryConfig - params: - $this$toNotaryConfig: - annotation: - - NotNull - type: net.corda.testing.node.MockNetNotaryConfig -net.corda.testing.node.internal.InternalMockNetworkKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getMOCK_VERSION_INFO: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.node.VersionInfo -net.corda.testing.node.internal.InternalMockNodeParameters: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - Nullable - default: false - type: public final - returnType: Integer - component2: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.identity.CordaX500Name - component3: - annotations: - - NotNull - default: false - type: public final - returnType: java.math.BigInteger - component4: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1" - component5: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.VersionInfo - component6: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Collection - component7: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.MockNodeFlowManager - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNodeParameters - params: - forcedID: - annotation: - - Nullable - type: Integer - legalName: - annotation: - - Nullable - type: net.corda.core.identity.CordaX500Name - entropyRoot: - annotation: - - NotNull - type: java.math.BigInteger - configOverrides: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - version: - annotation: - - NotNull - type: net.corda.node.VersionInfo - additionalCordapps: - annotation: - - NotNull - type: java.util.Collection - flowManager: - annotation: - - NotNull - type: net.corda.testing.node.internal.MockNodeFlowManager - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getAdditionalCordapps: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Collection - getConfigOverrides: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1" - getEntropyRoot: - annotations: - - NotNull - default: false - type: public final - returnType: java.math.BigInteger - getFlowManager: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.MockNodeFlowManager - getForcedID: - annotations: - - Nullable - default: false - type: public final - returnType: Integer - getLegalName: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.identity.CordaX500Name - getVersion: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.VersionInfo - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.InternalTestUtilsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - addEntry: - annotations: [] - default: false - type: public static final - returnType: void - params: - $this$addEntry: - annotation: - - NotNull - type: java.util.jar.JarOutputStream - entry: - annotation: - - NotNull - type: java.util.zip.ZipEntry - write: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - addressMustBeBound: - annotations: [] - default: false - type: public static final - returnType: void - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - hostAndPort: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - listenProcess: - annotation: - - Nullable - type: Process - addressMustBeBoundFuture: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.concurrent.CordaFuture - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - hostAndPort: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - listenProcess: - annotation: - - Nullable - type: Process - addressMustNotBeBound: - annotations: [] - default: false - type: public static final - returnType: void - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - hostAndPort: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - timeout: - annotation: - - NotNull - type: java.time.Duration - addressMustNotBeBoundFuture: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.concurrent.CordaFuture - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - hostAndPort: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - assertUncompletedCheckpoints: - annotations: [] - default: false - type: public static final - returnType: void - params: - $this$assertUncompletedCheckpoints: - annotation: - - NotNull - type: net.corda.testing.driver.DriverDSL - name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - expected: - annotation: [] - type: long - cordappForClasses: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - classes: - annotation: - - NotNull - type: "Class[]" - cordappWithFixups: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - fixups: - annotation: - - NotNull - type: "java.util.List, ? extends java.util.Set>>" - cordappWithPackages: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - packageNames: - annotation: - - NotNull - type: "String[]" - cordappsForPackages: - annotations: - - NotNull - default: false - type: public static final - returnType: java.util.Set - params: - packageNames: - annotation: - - NotNull - type: Iterable - enclosedCordapp: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.internal.CustomCordapp - params: - $this$enclosedCordapp: - annotation: - - NotNull - type: Object - findCordapp: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.internal.TestCordappImpl - params: - scanPackage: - annotation: - - NotNull - type: String - getCallerPackage: - annotations: - - Nullable - default: false - type: public static final - returnType: String - params: - directCallerClass: - annotation: - - NotNull - type: kotlin.reflect.KClass - getMessage: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.node.services.messaging.Message - params: - $this$getMessage: - annotation: - - NotNull - type: net.corda.testing.node.InMemoryMessagingNetwork$MessageTransfer - getNodeJvmArgs: - annotations: - - NotNull - default: false - type: public static final - returnType: java.util.List - newContext: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.context.InvocationContext - params: - $this$newContext: - annotation: - - NotNull - type: net.corda.node.services.api.StartedNodeServices - nodeMustBeStartedFuture: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.concurrent.CordaFuture - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - logFile: - annotation: - - NotNull - type: java.nio.file.Path - listenProcess: - annotation: - - NotNull - type: Process - exception: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - poll: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.concurrent.CordaFuture - params: - executorService: - annotation: - - NotNull - type: java.util.concurrent.ScheduledExecutorService - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - setDriverSerialization: - annotations: - - Nullable - default: false - type: public static final - returnType: AutoCloseable - simplifyScanPackages: - annotations: - - NotNull - default: false - type: public static final - returnType: java.util.Set - params: - scanPackages: - annotation: - - NotNull - type: Iterable - start: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.client.rpc.CordaRPCConnection - params: - $this$start: - annotation: - - NotNull - type: net.corda.client.rpc.CordaRPCClient - user: - annotation: - - NotNull - type: net.corda.testing.node.User - startFlow: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.FlowStateMachineHandle - params: - $this$startFlow: - annotation: - - NotNull - type: net.corda.node.services.api.StartedNodeServices - logic: - annotation: - - NotNull - type: net.corda.core.flows.FlowLogic - startFlowWithClientId: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.internal.FlowStateMachineHandle - params: - $this$startFlowWithClientId: - annotation: - - NotNull - type: net.corda.node.services.api.StartedNodeServices - clientId: - annotation: - - NotNull - type: String - logic: - annotation: - - NotNull - type: net.corda.core.flows.FlowLogic - waitForShutdown: - annotations: - - NotNull - default: false - type: public static final - returnType: rx.Observable - params: - $this$waitForShutdown: - annotation: - - NotNull - type: net.corda.core.messaging.CordaRPCOps - fields: - FINANCE_CONTRACTS_CORDAPP: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.TestCordappImpl - FINANCE_WORKFLOWS_CORDAPP: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.TestCordappImpl - FINANCE_CORDAPPS: - annotation: - - NotNull - type: public static final java.util.Set - DUMMY_CONTRACTS_CORDAPP: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.CustomCordapp -net.corda.testing.node.internal.ListenProcessDeathException: - annotations: [] - type: public final class - extends: net.corda.core.CordaException - implements: [] - interface: false - methods: {} -net.corda.testing.node.internal.MessagingServiceSpy: - annotations: [] - type: public abstract class - extends: null - implements: [] - interface: false - methods: - getMessagingService: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.messaging.MessagingService - send: - annotations: [] - default: false - type: public abstract - returnType: void - params: - message: - annotation: - - NotNull - type: net.corda.node.services.messaging.Message - target: - annotation: - - NotNull - type: net.corda.core.messaging.MessageRecipients - sequenceKey: - annotation: - - NotNull - type: Object -net.corda.testing.node.internal.MockCryptoService: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.nodeapi.internal.cryptoservice.CryptoService - interface: false - methods: - containsKey: - annotations: [] - default: false - type: public - returnType: boolean - params: - alias: - annotation: - - NotNull - type: String - createWrappingKey: - annotations: [] - default: false - type: public synchronized - returnType: void - params: - alias: - annotation: - - NotNull - type: String - failIfExists: - annotation: [] - type: boolean - generateKeyPair: - annotations: - - NotNull - default: false - type: public - returnType: java.security.PublicKey - params: - alias: - annotation: - - NotNull - type: String - scheme: - annotation: - - NotNull - type: net.corda.core.crypto.SignatureScheme - generateWrappedKeyPair: - annotations: - - NotNull - default: false - type: public - returnType: "kotlin.Pair" - params: - masterKeyAlias: - annotation: - - NotNull - type: String - childKeyScheme: - annotation: - - NotNull - type: net.corda.core.crypto.SignatureScheme - getPublicKey: - annotations: - - Nullable - default: false - type: public - returnType: java.security.PublicKey - params: - alias: - annotation: - - NotNull - type: String - getSigner: - annotations: - - NotNull - default: false - type: public - returnType: org.bouncycastle.operator.ContentSigner - params: - alias: - annotation: - - NotNull - type: String - getWrappingMode: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.nodeapi.internal.cryptoservice.WrappingMode - sign: - annotations: - - NotNull - default: false - type: public - returnType: "byte[]" - params: - masterKeyAlias: - annotation: - - NotNull - type: String - wrappedPrivateKey: - annotation: - - NotNull - type: net.corda.nodeapi.internal.cryptoservice.WrappedPrivateKey - payloadToSign: - annotation: - - NotNull - type: "byte[]" -net.corda.testing.node.internal.MockEncryptionService: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.node.services.EncryptionService - interface: false - methods: - decrypt: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.EncryptionService$PlaintextAndAAD - params: - ciphertext: - annotation: - - NotNull - type: "byte[]" - encrypt: - annotations: - - NotNull - default: false - type: public - returnType: "byte[]" - params: - plaintext: - annotation: - - NotNull - type: "byte[]" - additionalData: - annotation: - - Nullable - type: "byte[]" - extractUnauthenticatedAdditionalData: - annotations: - - Nullable - default: false - type: public - returnType: "byte[]" - params: - ciphertext: - annotation: - - NotNull - type: "byte[]" -net.corda.testing.node.internal.MockKeyManagementService: - annotations: [] - type: public final class - extends: net.corda.core.serialization.SingletonSerializeAsToken - implements: - - net.corda.node.services.keys.KeyManagementServiceInternal - interface: false - methods: - filterMyKeys: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - params: - candidateKeys: - annotation: - - NotNull - type: Iterable - freshKeyInternal: - annotations: - - NotNull - default: false - type: public - returnType: java.security.PublicKey - params: - externalId: - annotation: - - Nullable - type: java.util.UUID - getIdentityService: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.node.services.IdentityService - getKeys: - annotations: - - NotNull - default: false - type: public - returnType: java.util.Set - getSigner: - annotations: - - NotNull - default: false - type: public - returnType: org.bouncycastle.operator.ContentSigner - params: - publicKey: - annotation: - - NotNull - type: java.security.PublicKey - sign: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.TransactionSignature - params: - signableData: - annotation: - - NotNull - type: net.corda.core.crypto.SignableData - publicKey: - annotation: - - NotNull - type: java.security.PublicKey - start: - annotations: [] - default: false - type: public - returnType: void - params: - initialKeysAndAliases: - annotation: - - NotNull - type: "Iterable>" -net.corda.testing.node.internal.MockNetworkParametersStorage: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.internal.NetworkParametersStorage - interface: false - methods: - getCurrentHash: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - getDefaultHash: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - getEpochFromHash: - annotations: - - Nullable - default: false - type: public - returnType: Integer - params: - hash: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - getHistoricNotary: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.node.NotaryInfo - params: - party: - annotation: - - NotNull - type: net.corda.core.identity.Party - hasParameters: - annotations: [] - default: false - type: public - returnType: boolean - params: - hash: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - lookup: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.node.NetworkParameters - params: - hash: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - lookupSigned: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.internal.SignedDataWithCert - params: - hash: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - saveParameters: - annotations: [] - default: false - type: public - returnType: void - params: - signedNetworkParameters: - annotation: - - NotNull - type: net.corda.core.internal.SignedDataWithCert - setCurrentHash: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - setCurrentParameters: - annotations: [] - default: false - type: public - returnType: void - params: - currentSignedParameters: - annotation: - - NotNull - type: net.corda.core.internal.SignedDataWithCert - trustRoots: - annotation: - - NotNull - type: java.util.Set - setCurrentParametersUnverified: - annotations: [] - default: false - type: public final - returnType: void - params: - networkParameters: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters -net.corda.testing.node.internal.MockNodeArgs: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NodeConfiguration - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNetwork - component3: - annotations: [] - default: false - type: public final - returnType: int - component4: - annotations: - - NotNull - default: false - type: public final - returnType: java.math.BigInteger - component5: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.VersionInfo - component6: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.MockNodeFlowManager - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.MockNodeArgs - params: - config: - annotation: - - NotNull - type: net.corda.node.services.config.NodeConfiguration - network: - annotation: - - NotNull - type: net.corda.testing.node.internal.InternalMockNetwork - id: - annotation: [] - type: int - entropyRoot: - annotation: - - NotNull - type: java.math.BigInteger - version: - annotation: - - NotNull - type: net.corda.node.VersionInfo - flowManager: - annotation: - - NotNull - type: net.corda.testing.node.internal.MockNodeFlowManager - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getConfig: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NodeConfiguration - getEntropyRoot: - annotations: - - NotNull - default: false - type: public final - returnType: java.math.BigInteger - getFlowManager: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.MockNodeFlowManager - getId: - annotations: [] - default: false - type: public final - returnType: int - getNetwork: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.InternalMockNetwork - getVersion: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.VersionInfo - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.MockNodeFlowManager: - annotations: [] - type: public final class - extends: net.corda.node.internal.NodeFlowManager - implements: [] - interface: false - methods: - getFlowFactoryForInitiatingFlow: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.node.internal.InitiatedFlowFactory - params: - initiatedFlowClass: - annotation: - - NotNull - type: Class> - registerTestingFactory: - annotations: [] - default: false - type: public final - returnType: void - params: - initiator: - annotation: - - NotNull - type: Class> - factory: - annotation: - - NotNull - type: net.corda.node.internal.InitiatedFlowFactory -net.corda.testing.node.internal.MockNodeMessagingService: - annotations: - - ThreadSafe - type: public final class - extends: net.corda.core.serialization.SingletonSerializeAsToken - implements: - - net.corda.node.services.messaging.MessagingService - - net.corda.nodeapi.internal.lifecycle.ServiceStateSupport - interface: false - methods: - addMessageHandler: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.messaging.MessageHandlerRegistration - params: - topic: - annotation: - - NotNull - type: String - callback: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function3" - close: - annotations: [] - default: false - type: public - returnType: void - createMessage: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.messaging.Message - params: - topic: - annotation: - - NotNull - type: String - data: - annotation: - - NotNull - type: "byte[]" - deduplicationId: - annotation: - - NotNull - type: net.corda.node.services.statemachine.SenderDeduplicationId - additionalHeaders: - annotation: - - NotNull - type: "java.util.Map" - getActive: - annotations: [] - default: false - type: public - returnType: boolean - getActiveChange: - annotations: - - NotNull - default: false - type: public - returnType: rx.Observable - getAddressOfParty: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.messaging.MessageRecipients - params: - partyInfo: - annotation: - - NotNull - type: net.corda.core.node.services.PartyInfo - getMyAddress: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.InMemoryMessagingNetwork$PeerHandle - getOurSenderUUID: - annotations: - - NotNull - default: false - type: public - returnType: String - getSpy: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.testing.node.internal.MessagingServiceSpy - hasPendingDeliveries: - annotations: [] - default: false - type: public final - returnType: boolean - pumpReceive: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.testing.node.InMemoryMessagingNetwork$MessageTransfer - params: - block: - annotation: [] - type: boolean - removeMessageHandler: - annotations: [] - default: false - type: public - returnType: void - params: - registration: - annotation: - - NotNull - type: net.corda.node.services.messaging.MessageHandlerRegistration - send: - annotations: [] - default: false - type: public - returnType: void - params: - message: - annotation: - - NotNull - type: net.corda.node.services.messaging.Message - target: - annotation: - - NotNull - type: net.corda.core.messaging.MessageRecipients - sequenceKey: - annotation: - - NotNull - type: Object - sendAll: - annotations: [] - default: false - type: public - returnType: void - params: - addressedMessages: - annotation: - - NotNull - type: java.util.List - setSpy: - annotations: [] - default: false - type: public final - returnType: void - params: - : - annotation: - - Nullable - type: net.corda.testing.node.internal.MessagingServiceSpy - start: - annotations: [] - default: false - type: public final - returnType: void - params: - network: - annotation: - - NotNull - type: net.corda.testing.node.InMemoryMessagingNetwork - manuallyPumped: - annotation: [] - type: boolean - id: - annotation: [] - type: int - notaryService: - annotation: - - Nullable - type: net.corda.core.identity.PartyAndCertificate - stop: - annotations: [] - default: false - type: public - returnType: void -net.corda.testing.node.internal.MockPublicKeyToOwningIdentityCache: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.node.services.persistence.WritablePublicKeyToOwningIdentityCache - interface: false - methods: - get: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.nodeapi.internal.KeyOwningIdentity - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - set: - annotations: [] - default: false - type: public - returnType: void - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - value: - annotation: - - NotNull - type: net.corda.nodeapi.internal.KeyOwningIdentity -net.corda.testing.node.internal.MockTransactionStorage: - annotations: [] - type: public class - extends: net.corda.core.serialization.SingletonSerializeAsToken - implements: - - net.corda.node.services.api.WritableTransactionStorage - interface: false - methods: - addReceiverTransactionRecoveryMetadata: - annotations: [] - default: false - type: public - returnType: void - params: - txId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - sender: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - metadata: - annotation: - - NotNull - type: net.corda.core.flows.TransactionMetadata - addSenderTransactionRecoveryMetadata: - annotations: - - Nullable - default: false - type: public - returnType: "byte[]" - params: - txId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - metadata: - annotation: - - NotNull - type: net.corda.core.flows.TransactionMetadata - addTransaction: - annotations: [] - default: false - type: public - returnType: boolean - params: - transaction: - annotation: - - NotNull - type: net.corda.core.transactions.SignedTransaction - addUnnotarisedTransaction: - annotations: [] - default: false - type: public - returnType: boolean - params: - transaction: - annotation: - - NotNull - type: net.corda.core.transactions.SignedTransaction - addUnverifiedTransaction: - annotations: [] - default: false - type: public - returnType: void - params: - transaction: - annotation: - - NotNull - type: net.corda.core.transactions.SignedTransaction - finalizeTransaction: - annotations: [] - default: false - type: public - returnType: boolean - params: - transaction: - annotation: - - NotNull - type: net.corda.core.transactions.SignedTransaction - finalizeTransactionWithExtraSignatures: - annotations: [] - default: false - type: public - returnType: boolean - params: - transaction: - annotation: - - NotNull - type: net.corda.core.transactions.SignedTransaction - signatures: - annotation: - - NotNull - type: java.util.Collection - getTransaction: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.transactions.SignedTransaction - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - getTransactionWithStatus: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.node.services.SignedTransactionWithStatus - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - getUpdates: - annotations: - - NotNull - default: false - type: public - returnType: rx.Observable - removeUnnotarisedTransaction: - annotations: [] - default: false - type: public - returnType: boolean - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - track: - annotations: - - NotNull - default: false - type: public - returnType: "net.corda.core.messaging.DataFeed,\ - \ net.corda.core.transactions.SignedTransaction>" - trackTransaction: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - trackTransactionWithNoWarning: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash -net.corda.testing.node.internal.NetworkVisibilityController$VisibilityHandle: - annotations: [] - type: public final class - extends: null - implements: - - java.lang.AutoCloseable - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - listen: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - rpc: - annotation: - - NotNull - type: net.corda.core.messaging.CordaRPCOps -net.corda.testing.node.internal.NodeBasedTest: - annotations: [] - type: public abstract class - extends: null - implements: [] - interface: false - methods: - baseDirectory: - annotations: - - NotNull - default: false - type: protected final - returnType: java.nio.file.Path - params: - legalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - getNotaryNodes: - annotations: - - NotNull - default: false - type: protected final - returnType: java.util.List - setUp: - annotations: - - Before - default: false - type: public - returnType: void - startNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.internal.NodeWithInfo - params: - legalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - stopAllNodes: - annotations: - - After - default: false - type: public final - returnType: void - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.NodeBasedTest$Companion - testSerialization: - annotation: - - NotNull - - Rule - type: public final net.corda.testing.core.SerializationEnvironmentRule - tempFolder: - annotation: - - NotNull - - Rule - type: public final org.junit.rules.TemporaryFolder -net.corda.testing.node.internal.NodeBasedTest$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.testing.node.internal.NodeListenProcessDeathException: - annotations: [] - type: public final class - extends: net.corda.core.CordaException - implements: [] - interface: false - methods: - getCauseFromStdError: - annotations: - - NotNull - default: false - type: public final - returnType: String -net.corda.testing.node.internal.ProcessUtilities: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getDefaultClassPath: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - startJavaProcess: - annotations: - - NotNull - default: false - type: public final - returnType: Process - params: - className: - annotation: - - NotNull - type: String - arguments: - annotation: - - NotNull - type: java.util.List - classPath: - annotation: - - NotNull - type: java.util.List - workingDirectory: - annotation: - - Nullable - type: java.nio.file.Path - jdwpPort: - annotation: - - Nullable - type: Integer - extraJvmArguments: - annotation: - - NotNull - type: java.util.List - maximumHeapSize: - annotation: - - Nullable - type: String - identifier: - annotation: - - NotNull - type: String - environmentVariables: - annotation: - - NotNull - type: "java.util.Map" - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.ProcessUtilities -net.corda.testing.node.internal.RPCDriverDSL: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.testing.node.internal.InternalDriverDSL - interface: false - methods: - baseDirectory: - annotations: - - NotNull - default: false - type: public - returnType: java.nio.file.Path - params: - nodeName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RPCDriverDSL - params: - driverDSL: - annotation: - - NotNull - type: net.corda.testing.node.internal.DriverDSLImpl - externalTrace: - annotation: - - Nullable - type: net.corda.core.context.Trace - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getCordappsClassLoader: - annotations: - - Nullable - default: false - type: public - returnType: ClassLoader - getDefaultNotaryHandle: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.driver.NotaryHandle - getDefaultNotaryIdentity: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.identity.Party - getDefaultNotaryNode: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - getNotaryHandles: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - getShutdownManager: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.ShutdownManager - hashCode: - annotations: [] - default: false - type: public - returnType: int - nextPort: - annotations: [] - default: false - type: public - returnType: int - pollUntilNonNull: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - pollUntilTrue: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - pollName: - annotation: - - NotNull - type: String - pollInterval: - annotation: - - NotNull - type: java.time.Duration - warnCount: - annotation: [] - type: int - check: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - shutdown: - annotations: [] - default: false - type: public - returnType: void - start: - annotations: [] - default: false - type: public - returnType: void - startArtemisSession: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.client.ClientSession - params: - rpcAddress: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - startInVmArtemisSession: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.client.ClientSession - params: - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - startInVmRpcClient: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - rpcOpsClass: - annotation: - - NotNull - type: Class - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - configuration: - annotation: - - NotNull - type: net.corda.client.rpc.CordaRPCClientConfiguration - startInVmRpcServer: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - rpcUser: - annotation: - - NotNull - type: net.corda.testing.node.User - nodeLegalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - maxFileSize: - annotation: [] - type: int - maxBufferedBytesPerClient: - annotation: [] - type: long - configuration: - annotation: - - NotNull - type: net.corda.node.services.rpc.RPCServerConfiguration - ops: - annotation: - - NotNull - type: I - queueDrainTimeout: - annotation: - - NotNull - type: java.time.Duration - startNode: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - defaultParameters: - annotation: - - NotNull - type: net.corda.testing.driver.NodeParameters - providedName: - annotation: - - Nullable - type: net.corda.core.identity.CordaX500Name - rpcUsers: - annotation: - - NotNull - type: java.util.List - verifierType: - annotation: - - NotNull - type: net.corda.testing.driver.VerifierType - customOverrides: - annotation: - - NotNull - type: "java.util.Map" - startInSameProcess: - annotation: - - Nullable - type: Boolean - maximumHeapSize: - annotation: - - NotNull - type: String - logLevelOverride: - annotation: - - Nullable - type: String - startRandomRpcClient: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - rpcOpsClass: - annotation: - - NotNull - type: Class - rpcAddress: - annotation: - - NotNull - type: net.corda.core.utilities.NetworkHostAndPort - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - startRpcBroker: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - serverName: - annotation: - - NotNull - type: String - rpcUser: - annotation: - - NotNull - type: net.corda.testing.node.User - maxFileSize: - annotation: [] - type: int - maxBufferedBytesPerClient: - annotation: [] - type: long - customPort: - annotation: - - Nullable - type: net.corda.core.utilities.NetworkHostAndPort - startRpcClient: - annotations: - - NotNull - default: false - type: public final - returnType: "net.corda.core.concurrent.CordaFuture,\ - \ net.corda.client.rpc.internal.RPCClient>>" - params: - rpcOpsClass: - annotation: - - NotNull - type: Class - haAddressPool: - annotation: - - NotNull - type: java.util.List - username: - annotation: - - NotNull - type: String - password: - annotation: - - NotNull - type: String - configuration: - annotation: - - NotNull - type: net.corda.client.rpc.CordaRPCClientConfiguration - listeners: - annotation: - - NotNull - type: Iterable> - startRpcServer: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.concurrent.CordaFuture - params: - serverName: - annotation: - - NotNull - type: String - rpcUser: - annotation: - - NotNull - type: net.corda.testing.node.User - nodeLegalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - maxFileSize: - annotation: [] - type: int - maxBufferedBytesPerClient: - annotation: [] - type: long - configuration: - annotation: - - NotNull - type: net.corda.node.services.rpc.RPCServerConfiguration - customPort: - annotation: - - Nullable - type: net.corda.core.utilities.NetworkHostAndPort - listOps: - annotation: - - NotNull - type: java.util.List - startRpcServerWithBrokerRunning: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RpcServerHandle - params: - rpcUser: - annotation: - - NotNull - type: net.corda.testing.node.User - nodeLegalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - configuration: - annotation: - - NotNull - type: net.corda.node.services.rpc.RPCServerConfiguration - ops: - annotation: - - NotNull - type: I - brokerHandle: - annotation: - - NotNull - type: net.corda.testing.node.internal.RpcBrokerHandle - queueDrainTimeout: - annotation: - - NotNull - type: java.time.Duration - startWebserver: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.concurrent.CordaFuture - params: - handle: - annotation: - - NotNull - type: net.corda.testing.driver.NodeHandle - maximumHeapSize: - annotation: - - NotNull - type: String - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - fields: - NOTIFICATION_ADDRESS: - annotation: - - NotNull - type: public static final String - initialised value: notifications -net.corda.testing.node.internal.RPCDriverKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getFakeNodeLegalName: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.identity.CordaX500Name - getRpcServerUser: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.User - getRpcTestUser: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.User - rpcDriver: - annotations: [] - default: false - type: public static final - returnType: A - params: - isDebug: - annotation: [] - type: boolean - driverDirectory: - annotation: - - NotNull - type: java.nio.file.Path - portAllocation: - annotation: - - NotNull - type: net.corda.testing.driver.PortAllocation - debugPortAllocation: - annotation: - - NotNull - type: net.corda.testing.driver.PortAllocation - systemProperties: - annotation: - - NotNull - type: "java.util.Map" - useTestClock: - annotation: [] - type: boolean - startNodesInProcess: - annotation: [] - type: boolean - waitForNodesToFinish: - annotation: [] - type: boolean - extraCordappPackagesToScan: - annotation: - - NotNull - type: java.util.List - notarySpecs: - annotation: - - NotNull - type: java.util.List - externalTrace: - annotation: - - Nullable - type: net.corda.core.context.Trace - jmxPolicy: - annotation: - - NotNull - type: net.corda.testing.driver.JmxPolicy - networkParameters: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - notaryCustomOverrides: - annotation: - - NotNull - type: "java.util.Map" - inMemoryDB: - annotation: [] - type: boolean - cordappsForAllNodes: - annotation: - - Nullable - type: java.util.Collection - environmentVariables: - annotation: - - NotNull - type: "java.util.Map" - dsl: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - startInVmRpcClient: - annotations: [] - default: false - type: public static final synthetic - returnType: net.corda.core.concurrent.CordaFuture - params: - "null": - annotation: [] - type: net.corda.client.rpc.CordaRPCClientConfiguration - startRandomRpcClient: - annotations: [] - default: false - type: public static final synthetic - returnType: net.corda.core.concurrent.CordaFuture - params: - "null": - annotation: [] - type: String - startRpcClient: - annotations: [] - default: false - type: public static final synthetic - returnType: net.corda.core.concurrent.CordaFuture - params: - "null": - annotation: [] - type: net.corda.client.rpc.CordaRPCClientConfiguration -net.corda.testing.node.internal.RandomRpcUser: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - main: - annotations: [] - default: false - type: public static final - returnType: void - params: - args: - annotation: - - NotNull - type: "String[]" - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.RandomRpcUser$Companion -net.corda.testing.node.internal.RandomRpcUser$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - main: - annotations: [] - default: false - type: public final - returnType: void - params: - args: - annotation: - - NotNull - type: "String[]" -net.corda.testing.node.internal.RandomRpcUser$Companion$Call: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: reflect.Method - component2: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RandomRpcUser$Companion$Call - params: - method: - annotation: - - NotNull - type: reflect.Method - call: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getCall: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - getMethod: - annotations: - - NotNull - default: false - type: public final - returnType: reflect.Method - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.RpcBrokerHandle: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - component2: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.TransportConfiguration - component3: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.management.ActiveMQServerControl - component4: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RpcBrokerHandle - params: - hostAndPort: - annotation: - - Nullable - type: net.corda.core.utilities.NetworkHostAndPort - clientTransportConfiguration: - annotation: - - NotNull - type: org.apache.activemq.artemis.api.core.TransportConfiguration - serverControl: - annotation: - - NotNull - type: org.apache.activemq.artemis.api.core.management.ActiveMQServerControl - shutdown: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getClientTransportConfiguration: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.TransportConfiguration - getHostAndPort: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - getServerControl: - annotations: - - NotNull - default: false - type: public final - returnType: org.apache.activemq.artemis.api.core.management.ActiveMQServerControl - getShutdown: - annotations: - - NotNull - default: false - type: public final - returnType: kotlin.jvm.functions.Function0 - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.RpcServerHandle: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RpcBrokerHandle - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.rpc.RPCServer - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RpcServerHandle - params: - broker: - annotation: - - NotNull - type: net.corda.testing.node.internal.RpcBrokerHandle - rpcServer: - annotation: - - NotNull - type: net.corda.node.services.rpc.RPCServer - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getBroker: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.RpcBrokerHandle - getRpcServer: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.rpc.RPCServer - hashCode: - annotations: [] - default: false - type: public - returnType: int - shutdown: - annotations: [] - default: false - type: public final - returnType: void - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.node.internal.SharedCompatibilityZoneParams: - annotations: [] - type: public final class - extends: net.corda.testing.node.internal.CompatibilityZoneParams - implements: [] - interface: false - methods: - config: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.config.NetworkServicesConfig - doormanURL: - annotations: - - NotNull - default: false - type: public - returnType: java.net.URL - getConfig: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NetworkServicesConfig - getPublishNotaries: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1,\ - \ kotlin.Unit>" - getRootCert: - annotations: - - Nullable - default: false - type: public final - returnType: java.security.cert.X509Certificate - networkMapURL: - annotations: - - NotNull - default: false - type: public - returnType: java.net.URL -net.corda.testing.node.internal.ShutdownManager: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - follower: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.ShutdownManager$Follower - isShuttingDown: - annotations: [] - default: false - type: public final - returnType: boolean - registerProcessShutdown: - annotations: [] - default: false - type: public final - returnType: void - params: - process: - annotation: - - NotNull - type: Process - registerShutdown: - annotations: [] - default: false - type: public final - returnType: void - params: - shutdown: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - shutdown: - annotations: [] - default: false - type: public final - returnType: void - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.ShutdownManager$Companion -net.corda.testing.node.internal.ShutdownManager$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - run: - annotations: [] - default: false - type: public final - returnType: A - params: - providedExecutorService: - annotation: - - Nullable - type: java.util.concurrent.ExecutorService - block: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" -net.corda.testing.node.internal.ShutdownManager$Follower: - annotations: [] - type: public static interface - extends: [] - interface: true - methods: - shutdown: - annotations: [] - default: false - type: public abstract - returnType: void - unfollow: - annotations: [] - default: false - type: public abstract - returnType: void -net.corda.testing.node.internal.SplitCompatibilityZoneParams: - annotations: [] - type: public final class - extends: net.corda.testing.node.internal.CompatibilityZoneParams - implements: [] - interface: false - methods: - config: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.services.config.NetworkServicesConfig - doormanURL: - annotations: - - NotNull - default: false - type: public - returnType: java.net.URL - getConfig: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.node.services.config.NetworkServicesConfig - getPublishNotaries: - annotations: - - NotNull - default: false - type: public final - returnType: "kotlin.jvm.functions.Function1,\ - \ kotlin.Unit>" - getRootCert: - annotations: - - Nullable - default: false - type: public final - returnType: java.security.cert.X509Certificate - networkMapURL: - annotations: - - NotNull - default: false - type: public - returnType: java.net.URL -net.corda.testing.node.internal.TestCordappImpl: - annotations: [] - type: public final class - extends: net.corda.testing.node.TestCordapp - implements: [] - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: String - component2: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.internal.TestCordappImpl - params: - scanPackage: - annotation: - - NotNull - type: String - config: - annotation: - - NotNull - type: "java.util.Map" - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - findCordapp: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.TestCordapp - params: - scanPackage: - annotation: - - NotNull - type: String - getConfig: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.Map" - getJarFile: - annotations: - - NotNull - default: false - type: public - returnType: java.nio.file.Path - getScanPackage: - annotations: - - NotNull - default: false - type: public final - returnType: String - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - withConfig: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.TestCordappImpl - params: - config: - annotation: - - NotNull - type: "java.util.Map" - withOnlyJarContents: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.node.internal.TestCordappImpl - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.TestCordappImpl$Companion -net.corda.testing.node.internal.TestCordappImpl$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - findJars: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.Set - params: - scanPackage: - annotation: - - NotNull - type: String -net.corda.testing.node.internal.TestCordappInternal: - annotations: [] - type: public abstract class - extends: net.corda.testing.node.TestCordapp - implements: [] - interface: false - methods: - findCordapp: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.testing.node.TestCordapp - params: - scanPackage: - annotation: - - NotNull - type: String - getConfig: - annotations: - - NotNull - default: false - type: public abstract - returnType: "java.util.Map" - getJarFile: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.nio.file.Path - withConfig: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.testing.node.TestCordapp - params: - config: - annotation: - - NotNull - type: "java.util.Map" - withOnlyJarContents: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.testing.node.internal.TestCordappInternal - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.TestCordappInternal$Companion -net.corda.testing.node.internal.TestCordappInternal$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - installCordapps: - annotations: [] - default: false - type: public final - returnType: void - params: - baseDirectory: - annotation: - - NotNull - type: java.nio.file.Path - nodeSpecificCordapps: - annotation: - - NotNull - type: java.util.Set - generalCordapps: - annotation: - - NotNull - type: java.util.Set -net.corda.testing.node.internal.TestStartedNode: - annotations: [] - type: public interface - extends: [] - interface: true - methods: - dispose: - annotations: [] - default: true - type: public - returnType: void - getAttachments: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.node.services.persistence.NodeAttachmentService - getCordaRPCOps: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.core.messaging.CordaRPCOps - getDatabase: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.nodeapi.internal.persistence.CordaPersistence - getInfo: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.core.node.NodeInfo - getInternals: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.testing.node.internal.InternalMockNetwork$MockNode - getNetwork: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.testing.node.internal.MockNodeMessagingService - getNotaryService: - annotations: - - Nullable - default: false - type: public abstract - returnType: net.corda.core.internal.notary.NotaryService - getRpcOpsList: - annotations: - - NotNull - default: false - type: public abstract - returnType: java.util.List - getServices: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.node.services.api.StartedNodeServices - getSmm: - annotations: - - NotNull - default: false - type: public abstract - returnType: net.corda.node.services.statemachine.StateMachineManager - pumpReceive: - annotations: - - Nullable - default: true - type: public - returnType: net.corda.testing.node.InMemoryMessagingNetwork$MessageTransfer - params: - block: - annotation: [] - type: boolean - registerInitiatedFlow: - annotations: - - NotNull - default: false - type: public abstract - returnType: rx.Observable - params: - initiatingFlowClass: - annotation: - - NotNull - type: Class> - initiatedFlowClass: - annotation: - - NotNull - type: Class - track: - annotation: [] - type: boolean - setMessagingServiceSpy: - annotations: [] - default: true - type: public - returnType: void - params: - spy: - annotation: - - NotNull - type: net.corda.testing.node.internal.MessagingServiceSpy -net.corda.testing.node.internal.network.CrlServer: - annotations: [] - type: public final class - extends: null - implements: - - java.io.Closeable - interface: false - methods: - close: - annotations: [] - default: false - type: public - returnType: void - getDelay: - annotations: - - Nullable - default: false - type: public final - returnType: java.time.Duration - getHostAndPort: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - getIntermediateCa: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.crypto.CertificateAndKeyPair - getRevokedIntermediateCerts: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getRevokedNodeCerts: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getRootCa: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.nodeapi.internal.crypto.CertificateAndKeyPair - replaceNodeCertDistPoint: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.cert.X509Certificate - params: - nodeCaCert: - annotation: - - NotNull - type: java.security.cert.X509Certificate - nodeCaCrlDistPoint: - annotation: - - Nullable - type: String - crlIssuer: - annotation: - - Nullable - type: javax.security.auth.x500.X500Principal - setDelay: - annotations: [] - default: false - type: public final - returnType: void - params: - : - annotation: - - Nullable - type: java.time.Duration - start: - annotations: [] - default: false - type: public final - returnType: void - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.network.CrlServer$Companion - NODE_CRL: - annotation: - - NotNull - type: public static final String - initialised value: node.crl - FORBIDDEN_CRL: - annotation: - - NotNull - type: public static final String - initialised value: forbidden.crl - INTERMEDIATE_CRL: - annotation: - - NotNull - type: public static final String - initialised value: intermediate.crl - EMPTY_CRL: - annotation: - - NotNull - type: public static final String - initialised value: empty.crl -net.corda.testing.node.internal.network.CrlServer$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - withCrlDistPoint: - annotations: - - NotNull - default: false - type: public final - returnType: java.security.cert.X509Certificate - params: - $this$withCrlDistPoint: - annotation: - - NotNull - type: java.security.cert.X509Certificate - issuerKeyPair: - annotation: - - NotNull - type: java.security.KeyPair - crlDistPoint: - annotation: - - Nullable - type: String - crlIssuer: - annotation: - - Nullable - type: javax.security.auth.x500.X500Principal -net.corda.testing.node.internal.network.CrlServer$CrlServlet: - annotations: - - Path - type: public static final class - extends: null - implements: [] - interface: false - methods: - getEmptyCRL: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getIntermediateCRL: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getNodeCRL: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getNodeSlowCRL: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response -net.corda.testing.node.internal.network.NetworkMapServer: - annotations: [] - type: public final class - extends: null - implements: - - java.io.Closeable - interface: false - methods: - addNodesToPrivateNetwork: - annotations: [] - default: false - type: public final - returnType: void - params: - networkUUID: - annotation: - - NotNull - type: java.util.UUID - nodesNames: - annotation: - - NotNull - type: java.util.List - advertiseNewParameters: - annotations: [] - default: false - type: public final - returnType: void - close: - annotations: [] - default: false - type: public - returnType: void - getNetworkParameters: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.NetworkParameters - getVersion: - annotations: - - NotNull - default: false - type: public final - returnType: String - latestParametersAccepted: - annotations: - - Nullable - default: false - type: public final - returnType: net.corda.core.crypto.SecureHash - params: - publicKey: - annotation: - - NotNull - type: java.security.PublicKey - networkMapHashes: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - removeNodeInfo: - annotations: [] - default: false - type: public final - returnType: void - params: - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - scheduleParametersUpdate: - annotations: [] - default: false - type: public final - returnType: void - params: - nextParameters: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - description: - annotation: - - NotNull - type: String - updateDeadline: - annotation: - - NotNull - type: java.time.Instant - setNetworkParameters: - annotations: [] - default: false - type: public final - returnType: void - params: - : - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - setVersion: - annotations: [] - default: false - type: public final - returnType: void - params: - : - annotation: - - NotNull - type: String - start: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.utilities.NetworkHostAndPort - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.node.internal.network.NetworkMapServer$Companion -net.corda.testing.node.internal.network.NetworkMapServer$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.testing.node.internal.network.NetworkMapServer$InMemoryNetworkMapService: - annotations: - - Path - type: public final class - extends: null - implements: [] - interface: false - methods: - ackNetworkParameters: - annotations: - - Consumes - - POST - - Path - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - params: - input: - annotation: - - NotNull - type: java.io.InputStream - addNodesToPrivateNetwork: - annotations: [] - default: false - type: public final - returnType: void - params: - networkUUID: - annotation: - - NotNull - type: java.util.UUID - nodeNames: - annotation: - - NotNull - type: java.util.List - getGlobalNetworkMap: - annotations: - - GET - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getHostName: - annotations: - - GET - - Path - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getLatestAcceptedParametersMap: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - getNetworkParameter: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - params: - hash: - annotation: - - PathParam - - NotNull - type: String - getNodeInfo: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - params: - nodeInfoHash: - annotation: - - PathParam - - NotNull - type: String - getNodeInfoMap: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" - getNodeInfos: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - getPrivateNetworkMap: - annotations: - - GET - - Path - - Produces - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - params: - extraUUID: - annotation: - - PathParam - - NotNull - type: String - publishNodeInfo: - annotations: - - Consumes - - POST - - Path - - NotNull - default: false - type: public final - returnType: javax.ws.rs.core.Response - params: - input: - annotation: - - NotNull - type: java.io.InputStream - removeNodeInfo: - annotations: [] - default: false - type: public final - returnType: void - params: - nodeInfo: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo -net.corda.testing.node.internal.performance.InjectorsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - startPublishingFixedRateInjector: - annotations: [] - default: false - type: public static final - returnType: void - params: - metricRegistry: - annotation: - - NotNull - type: com.codahale.metrics.MetricRegistry - parallelism: - annotation: [] - type: int - overallDuration: - annotation: - - NotNull - type: java.time.Duration - injectionRate: - annotation: - - NotNull - type: net.corda.coretesting.internal.performance.Rate - queueSizeMetricName: - annotation: - - NotNull - type: String - workDurationMetricName: - annotation: - - NotNull - type: String - work: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - startTightLoopInjector: - annotations: [] - default: false - type: public static final - returnType: void - params: - parallelism: - annotation: [] - type: int - numberOfInjections: - annotation: [] - type: int - queueBound: - annotation: [] - type: int - work: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 -net.corda.testing.node.internal.performance.ReporterKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - startReporter: - annotations: - - NotNull - default: false - type: public static final - returnType: com.codahale.metrics.MetricRegistry - params: - shutdownManager: - annotation: - - NotNull - type: net.corda.testing.node.internal.ShutdownManager - metricRegistry: - annotation: - - NotNull - type: com.codahale.metrics.MetricRegistry \ No newline at end of file + returnType: String \ No newline at end of file diff --git a/testing/test-common/scans/corda-test-common-4.12.yaml b/testing/test-common/scans/corda-test-common-4.12.yaml index 5f461207d0..cc48c37946 100644 --- a/testing/test-common/scans/corda-test-common-4.12.yaml +++ b/testing/test-common/scans/corda-test-common-4.12.yaml @@ -1,148 +1,3 @@ # Auto-generated by Gradle cementApi task # DO NOT EDIT THIS FILE MANUALLY -net.corda.testing.common.internal.CommonSerializationTestHelpersKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - asContextEnv: - annotations: [] - default: false - type: public static final - returnType: T - params: - $this$asContextEnv: - annotation: - - NotNull - type: net.corda.core.serialization.internal.SerializationEnvironment - callable: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - getLog: - annotations: - - NotNull - default: false - type: public static final - returnType: org.slf4j.Logger -net.corda.testing.common.internal.EventuallyKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - eventually: - annotations: [] - default: false - type: public static final - returnType: R - params: - duration: - annotation: - - NotNull - type: java.time.Duration - waitBetween: - annotation: - - NotNull - type: java.time.Duration - waitBefore: - annotation: - - NotNull - type: java.time.Duration - test: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - succeeds: - annotations: [] - default: false - type: public static final - returnType: R - params: - action: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 -net.corda.testing.common.internal.ParametersUtilitiesKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - addNotary: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.node.NetworkParameters - params: - $this$addNotary: - annotation: - - NotNull - type: net.corda.core.node.NetworkParameters - party: - annotation: - - NotNull - type: net.corda.core.identity.Party - validating: - annotation: [] - type: boolean - testNetworkParameters: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.node.NetworkParameters -net.corda.testing.common.internal.ProjectStructure: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - getProjectRootDir: - annotations: - - NotNull - default: false - type: public final - returnType: java.nio.file.Path - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.common.internal.ProjectStructure -net.corda.testing.common.internal.TestCommonUtilsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - checkNotOnClasspath: - annotations: [] - default: false - type: public static final - returnType: void - params: - className: - annotation: - - NotNull - type: String - errorMessage: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - isInstanceOf: - annotations: [] - default: false - type: public static final synthetic - returnType: "org.assertj.core.api.AbstractThrowableAssert" - params: - "null": - annotation: [] - type: "org.assertj.core.api.AbstractThrowableAssert" \ No newline at end of file +{} \ No newline at end of file diff --git a/testing/test-utils/scans/corda-test-utils-4.12.yaml b/testing/test-utils/scans/corda-test-utils-4.12.yaml index c0312e78f0..6a508316a7 100644 --- a/testing/test-utils/scans/corda-test-utils-4.12.yaml +++ b/testing/test-utils/scans/corda-test-utils-4.12.yaml @@ -1816,1926 +1816,6 @@ net.corda.testing.http.HttpUtils: annotation: - NotNull type: public static final net.corda.testing.http.HttpUtils -net.corda.testing.internal.FlowStackSnapshotFactoryImpl: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.node.services.statemachine.FlowStackSnapshotFactory - interface: false - methods: - getFlowStackSnapshot: - annotations: - - Suspendable - - NotNull - default: false - type: public - returnType: net.corda.core.flows.FlowStackSnapshot - params: - flowClass: - annotation: - - NotNull - type: Class> - persistAsJsonFile: - annotations: [] - default: false - type: public - returnType: void - params: - flowClass: - annotation: - - NotNull - type: Class> - baseDir: - annotation: - - NotNull - type: java.nio.file.Path - flowId: - annotation: - - NotNull - type: net.corda.core.flows.StateMachineRunId -net.corda.testing.internal.FlowStackSnapshotFactoryImpl$ThreadLocalIndex$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - getCurrentIndex: - annotations: - - NotNull - default: false - type: public final - returnType: ThreadLocal -net.corda.testing.internal.FlowStackSnapshotKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} -net.corda.testing.internal.InternalTestUtilsKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - amqpSpecific: - annotations: [] - default: false - type: public static final synthetic - returnType: void - params: - "null": - annotation: [] - type: kotlin.jvm.functions.Function0 - chooseIdentity: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.identity.Party - params: - $this$chooseIdentity: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - chooseIdentityAndCert: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.identity.PartyAndCertificate - params: - $this$chooseIdentityAndCert: - annotation: - - NotNull - type: net.corda.core.node.NodeInfo - configureDatabase: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.persistence.CordaPersistence - params: - hikariProperties: - annotation: - - NotNull - type: java.util.Properties - databaseConfig: - annotation: - - NotNull - type: net.corda.nodeapi.internal.persistence.DatabaseConfig - wellKnownPartyFromX500Name: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - wellKnownPartyFromAnonymous: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function1" - schemaService: - annotation: - - NotNull - type: net.corda.node.services.api.SchemaService - internalSchemas: - annotation: - - NotNull - type: java.util.Set - cacheFactory: - annotation: - - NotNull - type: net.corda.core.internal.NamedCacheFactory - ourName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - runMigrationScripts: - annotation: [] - type: boolean - allowHibernateToManageAppSchema: - annotation: [] - type: boolean - createDevIntermediateCaCertPath: - annotations: - - NotNull - default: false - type: public static final - returnType: "kotlin.Pair" - params: - rootCaName: - annotation: - - NotNull - type: javax.security.auth.x500.X500Principal - intermediateCaName: - annotation: - - NotNull - type: javax.security.auth.x500.X500Principal - createDevNodeCaCertPath: - annotations: - - NotNull - default: false - type: public static final - returnType: "kotlin.Triple" - params: - legalName: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - nodeKeyPair: - annotation: - - NotNull - type: java.security.KeyPair - rootCaName: - annotation: - - NotNull - type: javax.security.auth.x500.X500Principal - intermediateCaName: - annotation: - - NotNull - type: javax.security.auth.x500.X500Principal - createWireTransaction: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.transactions.WireTransaction - params: - inputs: - annotation: - - NotNull - type: java.util.List - attachments: - annotation: - - NotNull - type: java.util.List - outputs: - annotation: - - NotNull - type: java.util.List> - commands: - annotation: - - NotNull - type: java.util.List> - notary: - annotation: - - Nullable - type: net.corda.core.identity.Party - timeWindow: - annotation: - - Nullable - type: net.corda.core.contracts.TimeWindow - privacySalt: - annotation: - - NotNull - type: net.corda.core.contracts.PrivacySalt - digestService: - annotation: - - NotNull - type: net.corda.core.crypto.DigestService - fakeAttachment: - annotations: - - NotNull - default: false - type: public static final - returnType: "byte[]" - params: - filePath1: - annotation: - - NotNull - type: String - content1: - annotation: - - NotNull - type: String - filePath2: - annotation: - - NotNull - type: String - content2: - annotation: - - NotNull - type: String - manifestAttributes: - annotation: - - NotNull - type: "java.util.Map" - fixedCrlSource: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.protonwrapper.netty.CrlSource - params: - crls: - annotation: - - NotNull - type: java.util.Set - fromUserList: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.node.internal.security.RPCSecurityManagerImpl - params: - $this$fromUserList: - annotation: - - NotNull - type: net.corda.node.internal.security.RPCSecurityManagerImpl$Companion - id: - annotation: - - NotNull - type: net.corda.core.context.AuthServiceId - users: - annotation: - - NotNull - type: java.util.List - isLocalPortBound: - annotations: [] - default: false - type: public static final - returnType: boolean - params: - port: - annotation: [] - type: int - kryoSpecific: - annotations: [] - default: false - type: public static final synthetic - returnType: void - params: - "null": - annotation: [] - type: kotlin.jvm.functions.Function0 - p2pSslOptions: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.nodeapi.internal.config.MutualSslConfiguration - params: - path: - annotation: - - NotNull - type: java.nio.file.Path - name: - annotation: - - NotNull - type: net.corda.core.identity.CordaX500Name - useSslRpcOverrides: - annotations: - - NotNull - default: false - type: public static final - returnType: "java.util.Map" - params: - $this$useSslRpcOverrides: - annotation: - - NotNull - type: net.corda.nodeapi.BrokerRpcSslOptions - withTestSerializationEnvIfNotSet: - annotations: [] - default: false - type: public static final - returnType: R - params: - block: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - fields: - IS_S390X: - annotation: [] - type: public static final boolean -net.corda.testing.internal.LogHelper: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - reset: - annotations: [] - default: false - type: public final - returnType: void - params: - classes: - annotation: - - NotNull - type: "kotlin.reflect.KClass[]" - setLevel: - annotations: [] - default: false - type: public final - returnType: void - params: - classes: - annotation: - - NotNull - type: "kotlin.reflect.KClass[]" - withLevel: - annotations: [] - default: false - type: public final - returnType: T - params: - logName: - annotation: - - NotNull - type: String - levelName: - annotation: - - NotNull - type: String - block: - annotation: - - NotNull - type: kotlin.jvm.functions.Function0 - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.LogHelper -net.corda.testing.internal.MockCordappConfigProvider: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.node.internal.cordapp.CordappConfigProvider - interface: false - methods: - getConfigByName: - annotations: - - NotNull - default: false - type: public - returnType: com.typesafe.config.Config - params: - name: - annotation: - - NotNull - type: String - getCordappConfigs: - annotations: - - NotNull - default: false - type: public final - returnType: "java.util.Map" -net.corda.testing.internal.MockCordappProvider: - annotations: [] - type: public final class - extends: net.corda.node.internal.cordapp.CordappProviderImpl - implements: [] - interface: false - methods: - addMockCordapp: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.crypto.SecureHash - params: - contractClassName: - annotation: - - NotNull - type: String - attachments: - annotation: - - NotNull - type: net.corda.testing.services.MockAttachmentStorage - contractHash: - annotation: - - Nullable - type: net.corda.core.crypto.SecureHash - signers: - annotation: - - NotNull - type: java.util.List - jarManifestAttributes: - annotation: - - NotNull - type: "java.util.Map" - getContractAttachmentID: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - contractClassName: - annotation: - - NotNull - type: String -net.corda.testing.internal.TestingNamedCacheFactory: - annotations: [] - type: public final class - extends: net.corda.core.serialization.SingletonSerializeAsToken - implements: - - net.corda.node.utilities.BindableNamedCacheFactory - interface: false - methods: - bindWithConfig: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.utilities.BindableNamedCacheFactory - params: - nodeConfiguration: - annotation: - - NotNull - type: net.corda.node.services.config.NodeConfiguration - bindWithMetrics: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.node.utilities.BindableNamedCacheFactory - params: - metricRegistry: - annotation: - - NotNull - type: com.codahale.metrics.MetricRegistry - buildNamed: - annotations: - - NotNull - default: false - type: public - returnType: "com.github.benmanes.caffeine.cache.LoadingCache" - params: - caffeine: - annotation: - - NotNull - type: "com.github.benmanes.caffeine.cache.Caffeine" - name: - annotation: - - NotNull - type: String - loader: - annotation: - - NotNull - type: "com.github.benmanes.caffeine.cache.CacheLoader" -net.corda.testing.internal.services.InternalMockAttachmentStorage: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.node.services.AttachmentStorage - - net.corda.node.services.persistence.AttachmentStorageInternal - interface: false - methods: - getAllAttachmentsByCriteria: - annotations: - - NotNull - default: false - type: public - returnType: "java.util.stream.Stream>" - params: - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.AttachmentQueryCriteria - getLatestContractAttachments: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - params: - contractClassName: - annotation: - - NotNull - type: String - minContractVersion: - annotation: [] - type: int - hasAttachment: - annotations: [] - default: false - type: public - returnType: boolean - params: - attachmentId: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - importAttachment: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - uploader: - annotation: - - NotNull - type: String - filename: - annotation: - - Nullable - type: String - importOrGetAttachment: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - openAttachment: - annotations: - - Nullable - default: false - type: public - returnType: net.corda.core.contracts.Attachment - params: - id: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - privilegedImportAttachment: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - uploader: - annotation: - - NotNull - type: String - filename: - annotation: - - Nullable - type: String - privilegedImportOrGetAttachment: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.crypto.SecureHash - params: - jar: - annotation: - - NotNull - type: java.io.InputStream - uploader: - annotation: - - NotNull - type: String - filename: - annotation: - - Nullable - type: String - queryAttachments: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - params: - criteria: - annotation: - - NotNull - type: net.corda.core.node.services.vault.AttachmentQueryCriteria - sorting: - annotation: - - Nullable - type: net.corda.core.node.services.vault.AttachmentSort -net.corda.testing.internal.vault.CommodityState: - annotations: - - BelongsToContract - type: public final class - extends: null - implements: - - net.corda.core.contracts.FungibleAsset - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.Amount> - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.identity.AbstractParty - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.internal.vault.CommodityState - params: - amount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount> - owner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - getAmount: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.Amount> - getExitKeys: - annotations: - - NotNull - default: false - type: public - returnType: java.util.Set - getOwner: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.identity.AbstractParty - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - hashCode: - annotations: [] - default: false - type: public - returnType: int - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - withNewOwner: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.CommandAndState - params: - newOwner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - withNewOwnerAndAmount: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.FungibleAsset - params: - newAmount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount> - newOwner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty -net.corda.testing.internal.vault.DummyDealContract: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.contracts.Contract - interface: false - methods: - verify: - annotations: [] - default: false - type: public - returnType: void - params: - tx: - annotation: - - NotNull - type: net.corda.core.transactions.LedgerTransaction -net.corda.testing.internal.vault.DummyDealContract$State: - annotations: [] - type: public static final class - extends: null - implements: - - net.corda.core.schemas.QueryableState - - net.corda.finance.contracts.DealState - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.UniqueIdentifier - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.internal.vault.DummyDealContract$State - params: - participants: - annotation: - - NotNull - type: java.util.List - linearId: - annotation: - - NotNull - type: net.corda.core.contracts.UniqueIdentifier - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - generateAgreement: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.transactions.TransactionBuilder - params: - notary: - annotation: - - NotNull - type: net.corda.core.identity.Party - generateMappedObject: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.schemas.PersistentState - params: - schema: - annotation: - - NotNull - type: net.corda.core.schemas.MappedSchema - getLinearId: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.UniqueIdentifier - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - hashCode: - annotations: [] - default: false - type: public - returnType: int - supportedSchemas: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.internal.vault.DummyDealContractKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - DUMMY_DEAL_PROGRAM_ID: - annotation: - - NotNull - type: public static final String - initialised value: net.corda.testing.internal.vault.DummyDealContract -net.corda.testing.internal.vault.DummyDealStateSchema: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.DummyDealStateSchema -net.corda.testing.internal.vault.DummyDealStateSchemaV1: - annotations: [] - type: public final class - extends: net.corda.core.schemas.MappedSchema - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.DummyDealStateSchemaV1 -net.corda.testing.internal.vault.DummyDealStateSchemaV1$PersistentDummyDealState: - annotations: - - Entity - - Table - type: public static class - extends: net.corda.core.schemas.CommonSchemaV1$LinearState - implements: [] - interface: false - methods: - getParticipants: - annotations: - - Nullable - default: false - type: public - returnType: java.util.Set - getUid: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.UniqueIdentifier - setParticipants: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - Nullable - type: java.util.Set -net.corda.testing.internal.vault.DummyLinearContract: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.contracts.Contract - interface: false - methods: - verify: - annotations: [] - default: false - type: public - returnType: void - params: - tx: - annotation: - - NotNull - type: net.corda.core.transactions.LedgerTransaction -net.corda.testing.internal.vault.DummyLinearContract$State: - annotations: [] - type: public static final class - extends: null - implements: - - net.corda.core.contracts.LinearState - - net.corda.core.schemas.QueryableState - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.UniqueIdentifier - component2: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - component3: - annotations: - - NotNull - default: false - type: public final - returnType: String - component4: - annotations: [] - default: false - type: public final - returnType: long - component5: - annotations: - - NotNull - default: false - type: public final - returnType: java.time.Instant - component6: - annotations: [] - default: false - type: public final - returnType: boolean - component7: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.crypto.SecureHash - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.internal.vault.DummyLinearContract$State - params: - linearId: - annotation: - - NotNull - type: net.corda.core.contracts.UniqueIdentifier - participants: - annotation: - - NotNull - type: java.util.List - linearString: - annotation: - - NotNull - type: String - linearNumber: - annotation: [] - type: long - linearTimestamp: - annotation: - - NotNull - type: java.time.Instant - linearBoolean: - annotation: [] - type: boolean - nonce: - annotation: - - NotNull - type: net.corda.core.crypto.SecureHash - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - generateMappedObject: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.schemas.PersistentState - params: - schema: - annotation: - - NotNull - type: net.corda.core.schemas.MappedSchema - getLinearBoolean: - annotations: [] - default: false - type: public final - returnType: boolean - getLinearId: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.UniqueIdentifier - getLinearNumber: - annotations: [] - default: false - type: public final - returnType: long - getLinearString: - annotations: - - NotNull - default: false - type: public final - returnType: String - getLinearTimestamp: - annotations: - - NotNull - default: false - type: public final - returnType: java.time.Instant - getNonce: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.crypto.SecureHash - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - hashCode: - annotations: [] - default: false - type: public - returnType: int - supportedSchemas: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.internal.vault.DummyLinearContractKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - DUMMY_LINEAR_CONTRACT_PROGRAM_ID: - annotation: - - NotNull - type: public static final String - initialised value: net.corda.testing.internal.vault.DummyLinearContract -net.corda.testing.internal.vault.DummyLinearStateSchema: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.DummyLinearStateSchema -net.corda.testing.internal.vault.DummyLinearStateSchemaV1: - annotations: [] - type: public final class - extends: net.corda.core.schemas.MappedSchema - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.DummyLinearStateSchemaV1 -net.corda.testing.internal.vault.DummyLinearStateSchemaV1$PersistentDummyLinearState: - annotations: - - Entity - - Table - type: public static class - extends: net.corda.core.schemas.PersistentState - implements: [] - interface: false - methods: - getExternalId: - annotations: - - Nullable - default: false - type: public - returnType: String - getLinearBoolean: - annotations: [] - default: false - type: public - returnType: boolean - getLinearNumber: - annotations: [] - default: false - type: public - returnType: long - getLinearString: - annotations: - - Nullable - default: false - type: public - returnType: String - getLinearTimestamp: - annotations: - - NotNull - default: false - type: public - returnType: java.time.Instant - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.Set - getUuid: - annotations: - - NotNull - default: false - type: public - returnType: java.util.UUID - setExternalId: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - Nullable - type: String - setLinearBoolean: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: [] - type: boolean - setLinearNumber: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: [] - type: long - setLinearString: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - Nullable - type: String - setLinearTimestamp: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - NotNull - type: java.time.Instant - setParticipants: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - NotNull - type: java.util.Set - setUuid: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - NotNull - type: java.util.UUID -net.corda.testing.internal.vault.DummyLinearStateSchemaV2: - annotations: [] - type: public final class - extends: net.corda.core.schemas.MappedSchema - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.DummyLinearStateSchemaV2 -net.corda.testing.internal.vault.DummyLinearStateSchemaV2$PersistentDummyLinearState: - annotations: - - Entity - - Table - type: public static class - extends: net.corda.core.schemas.CommonSchemaV1$LinearState - implements: [] - interface: false - methods: - getLinearBoolean: - annotations: [] - default: false - type: public - returnType: boolean - getLinearNumber: - annotations: [] - default: false - type: public - returnType: long - getLinearString: - annotations: - - Nullable - default: false - type: public - returnType: String - getLinearTimestamp: - annotations: - - NotNull - default: false - type: public - returnType: java.time.Instant - getParticipants: - annotations: - - Nullable - default: false - type: public - returnType: java.util.Set - getUid: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.UniqueIdentifier - setLinearBoolean: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: [] - type: boolean - setLinearNumber: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: [] - type: long - setLinearString: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - Nullable - type: String - setLinearTimestamp: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - NotNull - type: java.time.Instant - setParticipants: - annotations: [] - default: false - type: public - returnType: void - params: - : - annotation: - - Nullable - type: java.util.Set -net.corda.testing.internal.vault.UniqueDummyFungibleContract: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.contracts.Contract - interface: false - methods: - verify: - annotations: [] - default: false - type: public - returnType: void - params: - tx: - annotation: - - NotNull - type: net.corda.core.transactions.LedgerTransaction -net.corda.testing.internal.vault.UniqueDummyFungibleContract$State: - annotations: [] - type: public static final class - extends: null - implements: - - net.corda.core.contracts.FungibleAsset - - net.corda.core.schemas.QueryableState - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.Amount> - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.identity.AbstractParty - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.internal.vault.UniqueDummyFungibleContract$State - params: - amount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount> - owner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - generateMappedObject: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.schemas.PersistentState - params: - schema: - annotation: - - NotNull - type: net.corda.core.schemas.MappedSchema - getAmount: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.Amount> - getExitKeys: - annotations: - - NotNull - default: false - type: public - returnType: java.util.Set - getOwner: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.identity.AbstractParty - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - hashCode: - annotations: [] - default: false - type: public - returnType: int - supportedSchemas: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - withNewOwner: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.CommandAndState - params: - newOwner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - withNewOwnerAndAmount: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.FungibleAsset - params: - newAmount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount> - newOwner: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty -net.corda.testing.internal.vault.UniqueDummyFungibleContractKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - UNIQUE_DUMMY_FUNGIBLE_CONTRACT_PROGRAM_ID: - annotation: - - NotNull - type: public static final String - initialised value: net.corda.testing.internal.vault.UniqueDummyFungibleContract -net.corda.testing.internal.vault.UniqueDummyFungibleStateSchema: - annotations: [] - type: public final class - extends: net.corda.core.schemas.MappedSchema - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.UniqueDummyFungibleStateSchema -net.corda.testing.internal.vault.UniqueDummyFungibleStateSchema$UniquePersistentDummyFungibleState: - annotations: - - Entity - - Table - type: public static class - extends: net.corda.core.schemas.PersistentState - implements: [] - interface: false - methods: - getCurrency: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.internal.vault.UniqueDummyLinearContract: - annotations: [] - type: public final class - extends: null - implements: - - net.corda.core.contracts.Contract - interface: false - methods: - verify: - annotations: [] - default: false - type: public - returnType: void - params: - tx: - annotation: - - NotNull - type: net.corda.core.transactions.LedgerTransaction -net.corda.testing.internal.vault.UniqueDummyLinearContract$State: - annotations: [] - type: public static final class - extends: null - implements: - - net.corda.core.contracts.LinearState - - net.corda.core.schemas.QueryableState - interface: false - methods: - component1: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - component2: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.UniqueIdentifier - copy: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.internal.vault.UniqueDummyLinearContract$State - params: - participants: - annotation: - - NotNull - type: java.util.List - linearId: - annotation: - - NotNull - type: net.corda.core.contracts.UniqueIdentifier - equals: - annotations: [] - default: false - type: public - returnType: boolean - params: - other: - annotation: - - Nullable - type: Object - generateMappedObject: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.schemas.PersistentState - params: - schema: - annotation: - - NotNull - type: net.corda.core.schemas.MappedSchema - getLinearId: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.core.contracts.UniqueIdentifier - getParticipants: - annotations: - - NotNull - default: false - type: public - returnType: java.util.List - hashCode: - annotations: [] - default: false - type: public - returnType: int - supportedSchemas: - annotations: - - NotNull - default: false - type: public - returnType: Iterable - toString: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.internal.vault.UniqueDummyLinearContractKt: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: {} - fields: - UNIQUE_DUMMY_LINEAR_CONTRACT_PROGRAM_ID: - annotation: - - NotNull - type: public static final String - initialised value: net.corda.testing.internal.vault.UniqueDummyLinearContract -net.corda.testing.internal.vault.UniqueDummyLinearStateSchema: - annotations: [] - type: public final class - extends: net.corda.core.schemas.MappedSchema - implements: [] - interface: false - methods: {} - fields: - INSTANCE: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.UniqueDummyLinearStateSchema -net.corda.testing.internal.vault.UniqueDummyLinearStateSchema$UniquePersistentLinearDummyState: - annotations: - - Entity - - Table - type: public static class - extends: net.corda.core.schemas.PersistentState - implements: [] - interface: false - methods: - getId: - annotations: - - NotNull - default: false - type: public - returnType: String -net.corda.testing.internal.vault.VaultFiller: - annotations: [] - type: public final class - extends: null - implements: [] - interface: false - methods: - consumeCash: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault$Update - params: - amount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount - to: - annotation: - - NotNull - type: net.corda.core.identity.AbstractParty - consumeDeals: - annotations: [] - default: false - type: public final - returnType: void - params: - dealStates: - annotation: - - NotNull - type: java.util.List> - consumeLinearStates: - annotations: [] - default: false - type: public final - returnType: void - params: - linearStates: - annotation: - - NotNull - type: java.util.List> - consumeStates: - annotations: [] - default: false - type: public final - returnType: void - params: - states: - annotation: - - NotNull - type: Iterable> - evolveLinearState: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.contracts.StateAndRef - params: - linearState: - annotation: - - NotNull - type: net.corda.core.contracts.StateAndRef - evolveLinearStates: - annotations: [] - default: false - type: public final - returnType: void - params: - linearStates: - annotation: - - NotNull - type: java.util.List> - fillWithDummyState: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - participants: - annotation: - - NotNull - type: java.util.List - fillWithSomeTestCash: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - howMuch: - annotation: - - NotNull - type: net.corda.core.contracts.Amount - issuerServices: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - atLeastThisManyStates: - annotation: [] - type: int - issuedBy: - annotation: - - NotNull - type: net.corda.core.contracts.PartyAndReference - fillWithSomeTestCommodity: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - amount: - annotation: - - NotNull - type: net.corda.core.contracts.Amount - issuerServices: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - issuedBy: - annotation: - - NotNull - type: net.corda.core.contracts.PartyAndReference - fillWithSomeTestDeals: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - dealIds: - annotation: - - NotNull - type: java.util.List - fillWithSomeTestLinearAndDealStates: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - txCount: - annotation: [] - type: int - fillWithSomeTestLinearStates: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - txCount: - annotation: [] - type: int - fillWithTestStates: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.node.services.Vault - params: - txCount: - annotation: [] - type: int - statesPerTx: - annotation: [] - type: int - participants: - annotation: - - NotNull - type: java.util.List - constraint: - annotation: - - NotNull - type: net.corda.core.contracts.AttachmentConstraint - includeMe: - annotation: [] - type: boolean - services: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - genOutputState: - annotation: - - NotNull - type: "kotlin.jvm.functions.Function3,\ - \ ? super Integer, ? super Integer, ? extends T>" - fields: - Companion: - annotation: - - NotNull - type: public static final net.corda.testing.internal.vault.VaultFiller$Companion -net.corda.testing.internal.vault.VaultFiller$Companion: - annotations: [] - type: public static final class - extends: null - implements: [] - interface: false - methods: - calculateRandomlySizedAmounts: - annotations: - - NotNull - default: false - type: public final - returnType: "long[]" - params: - howMuch: - annotation: - - NotNull - type: net.corda.core.contracts.Amount - min: - annotation: [] - type: int - max: - annotation: [] - type: int - rng: - annotation: - - NotNull - type: java.util.Random net.corda.testing.services.MockAttachmentStorage: annotations: [] type: public final class