Interface | Description |
---|---|
IBuilder<T> |
Builder API ; Builder interface.
|
Class | Description |
---|---|
BuilderArgument<T> |
Builder API; Represent an argument for a Builder implementation.
|
Exception | Description |
---|---|
BuilderException |
Builder API; This exception is thrown when an error occurred with Builder API.
|