Interface Builder<T>
-
- Type Parameters:
T- The type of instance to build.
- All Known Implementing Classes:
DatabaseFactory.PdbModule.Builder,DbColumn.Builder,DbEntity.Builder,DbFk.Builder,DbIndex.Builder,EntityEntry.Builder
public interface Builder<T>Interface to implement builder patterns.- Since:
- 2.0.0
- Author:
- Rui Vilao (rui.vilao@feedzai.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Builds the final immutable instance.
-
-
-
Method Detail
-
build
T build()
Builds the final immutable instance.- Returns:
- The final immutable instance.
-
-