Interface OptionsBuilder
- All Known Implementing Classes:
DefaultOptionsBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
API to instantiate an instance of
Options
given a form payload.-
Method Summary
-
Method Details
-
createOptions
Instantiate an instance ofOptions
given a form payload.- Parameters:
form
- Form- Returns:
- Project Options
-