@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T00:51:58.958Z") @Stability(value=Experimental) public abstract class DependableTrait extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
DependableTrait() |
protected |
DependableTrait(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DependableTrait(software.amazon.jsii.JsiiObjectRef objRef) |
| 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, jsiiStaticSet, setObjRefprotected DependableTrait(software.amazon.jsii.JsiiObjectRef objRef)
protected DependableTrait(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
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.