Interface ArgumentBinder.BindingResult<T>

  • Type Parameters:
    T -
    Enclosing interface:
    ArgumentBinder<T,​S>

    public static interface ArgumentBinder.BindingResult<T>
    The result of binding.
    • Method Detail

      • getValue

        java.util.Optional<T> getValue()
        Returns:
        The bound value
      • isSatisfied

        default boolean isSatisfied()
        Returns:
        Was the binding requirement satisfied
      • isPresentAndSatisfied

        default boolean isPresentAndSatisfied()
        Returns:
        Is the value present and satisfied