Uses of Interface
software.constructs.INodeFactory
-
-
Uses of INodeFactory in software.constructs
Subinterfaces of INodeFactory in software.constructs Modifier and Type Interface Description static interface
INodeFactory.Jsii$Default
Internal default implementation forINodeFactory
.Classes in software.constructs that implement INodeFactory Modifier and Type Class Description static class
INodeFactory.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.Methods in software.constructs that return INodeFactory Modifier and Type Method Description default INodeFactory
ConstructOptions. getNodeFactory()
A factory for attaching `Node`s to the construct.INodeFactory
ConstructOptions.Jsii$Proxy. getNodeFactory()
Methods in software.constructs with parameters of type INodeFactory Modifier and Type Method 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 ofConstructOptions.getNodeFactory()
-