Class AbstractBuilder<T>
- java.lang.Object
-
- io.adminshell.aas.v3.model.builder.AbstractBuilder<T>
-
- All Implemented Interfaces:
Builder<T>
- Direct Known Subclasses:
ExtendableBuilder
public abstract class AbstractBuilder<T> extends java.lang.Object implements Builder<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tbuild()protected TgetBuildingInstance()protected abstract TnewBuildingInstance()
-