public static class DynamicStructure.Builder extends AbstractStructure.Builder
DynamicStructure.| Modifier | Constructor and Description |
|---|---|
protected |
Builder(StructureSpecification specification)
Deprecated.
only called from the deprecated
DynamicStructure.builder(StructureSpecification), which should be avoided |
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier)
Constructor for Builder.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicStructure |
build()
Builds a Structure with the given data.
|
@Deprecated protected Builder(StructureSpecification specification)
DynamicStructure.builder(StructureSpecification), which should be avoidedprotected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public DynamicStructure build()
Structure.Builderbuild in interface Structure.Builderbuild in class AbstractStructure.BuilderCopyright © 2026. All rights reserved.