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.

@FunctionalInterface public interface OptionsBuilder
API to instantiate an instance of Options given a form payload.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull Options
    createOptions(@Nullable Map<String,Object> form)
    Instantiate an instance of Options given a form payload.
  • Method Details

    • createOptions

      @NonNull @NonNull Options createOptions(@Nullable @Nullable Map<String,Object> form)
      Instantiate an instance of Options given a form payload.
      Parameters:
      form - Form
      Returns:
      Project Options