Interface ObjectBuilder<T>
- Type Parameters:
T- Type of object being built
- All Superinterfaces:
Supplier<T>
- All Known Implementing Classes:
BaseBuilder, Builder, ClientBuilder, ScpCommandFactory.Builder, ServerBuilder, SftpSubsystemFactory.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic builder interface
-
Method Summary
-
Method Details
-
get
-
build
T build()
-