JavaScript is disabled on your browser.
Skip navigation links
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
io.sundr.builder
Interface Builder<T>
Type Parameters:
T
- The type of objects this Builder builds.
All Known Subinterfaces:
VisitableBuilder
<T,V>
public interface
Builder<T>
An interfaces that describes a Builder.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
build
()
Build the target object.
Method Detail
build
T
build()
Build the target object.
Returns:
The target object.
Skip navigation links
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 © 2019. All Rights Reserved.