Package net.orbyfied.j8.util.builder
Class Builder<T,S extends Builder>
java.lang.Object
net.orbyfied.j8.util.builder.Builder<T,S>
- Type Parameters:
T- The target instance type.
- Direct Known Subclasses:
Builder.Raw,LogOutput.Builder
A class responsible for configuring
and building an instance of T.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
-
-
Method Details
-
raw
-
build
-
set
-
unset
-
get
-
ignore
-