public interface UaNodeBuilderConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters |
| Modifier and Type | Field and Description |
|---|---|
static InstantiationStrategy |
DEFAULT_INSTANTIATION_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
InstantiationStrategy |
getInstantiationStrategy(UaNodeBuilderConfiguration.InstantiationStrategySearchParameters parameters)
Return an
InstantiationStrategy if the InstanceDeclaration should be instantiated. |
static final InstantiationStrategy DEFAULT_INSTANTIATION_STRATEGY
InstantiationStrategy getInstantiationStrategy(UaNodeBuilderConfiguration.InstantiationStrategySearchParameters parameters)
InstantiationStrategy if the InstanceDeclaration should be instantiated. This
can be used to create instances from Optional InstanceDeclarations or override Mandatory
instantiation strategy. If no specific instantiation method is desired, return
DEFAULT_INSTANTIATION_STRATEGY. NOTE! if the InstanceDeclaration is Mandatory, then it
will always be created, even if this method returns null.instanceDeclaration - the InstanceDeclarationnamespaceTable - NamespaceTable for conversions between NodeId and ExpandedNodeIdCopyright © 2026. All rights reserved.