Modifier and Type | Interface and Description |
---|---|
static interface |
INodeFactory.Jsii$Default
Internal default implementation for
INodeFactory . |
Modifier and Type | Class and Description |
---|---|
static class |
INodeFactory.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
default INodeFactory |
ConstructOptions.getNodeFactory()
A factory for attaching `Node`s to the construct.
|
INodeFactory |
ConstructOptions.Jsii$Proxy.getNodeFactory() |
Modifier and Type | Method and Description |
---|---|
Construct.Builder |
Construct.Builder.nodeFactory(INodeFactory nodeFactory)
A factory for attaching `Node`s to the construct.
|
ConstructOptions.Builder |
ConstructOptions.Builder.nodeFactory(INodeFactory nodeFactory)
Sets the value of
ConstructOptions.getNodeFactory() |
Constructor and Description |
---|
Jsii$Proxy(INodeFactory nodeFactory)
Constructor that initializes the object based on literal property values passed by the
ConstructOptions.Builder . |
Copyright © 2021. All rights reserved.