JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.feedzai.commons.sql.abstraction.util
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
Methods
Modifier and Type
Method and Description
T
build
()
Builds the final immutable instance.
Method Detail
build
T
build()
Builds the final immutable instance.
Returns:
The final immutable instance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014
Feedzai
. All Rights Reserved.