Skip to content

MissingContext

Backwards compatibility for when 'MissingContext' was defined here.

This is necessary because its used as an input in the stable

core.Stack.reportMissingContext

Initializer

import com.aliyun.ros.cdk.cxapi.MissingContext;
MissingContext.builder()
    .key(java.lang.String)
    .props(java.util.Map<java.lang.String, java.lang.Object>)
    .provider(java.lang.String)
    .build();

Properties

Name Type Description
key java.lang.String The missing context key.
props java.util.Map A set of provider-specific options.
provider java.lang.String The provider from which we expect this context key to be obtained.

~~key~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public java.lang.String getKey();
  • Type: java.lang.String

The missing context key.


~~props~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public java.util.Map<java.lang.String, java.lang.Object> getProps();
  • Type: java.util.Map

A set of provider-specific options.

(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)


~~provider~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public java.lang.String getProvider();
  • Type: java.lang.String

The provider from which we expect this context key to be obtained.

(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)