Package io.fusionauth.http
Interface Buildable<T extends Buildable<T>>
- Type Parameters:
T- The type.
- All Known Implementing Classes:
Cookie,HTTPRequest
public interface Buildable<T extends Buildable<T>>
A simple builder pattern interface that automatically adds a `with` method.
-
Method Summary
-
Method Details
-
with
-