@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.278Z") @Stability(value=Experimental) public abstract class DependableTrait extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
DependableTrait() |
protected |
DependableTrait(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static DependableTrait |
get(IDependable instance)
Return the matching DependableTrait for the given class instance.
|
List<IConstruct> |
getDependencyRoots()
The set of constructs that form the root of this dependable.
|
static void |
implement(IDependable instance,
DependableTrait trait)
Register `instance` to have the given DependableTrait.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected DependableTrait(software.amazon.jsii.JsiiObject.InitializationMode mode)
public DependableTrait()
@Stability(value=Experimental) public static DependableTrait get(IDependable instance)
@Stability(value=Experimental) public static void implement(IDependable instance, DependableTrait trait)
@Stability(value=Experimental) public List<IConstruct> getDependencyRoots()
Copyright © 2019. All rights reserved.