Interface MethodPredicate

All Superinterfaces:
Predicate<Method>

public interface MethodPredicate extends Predicate<Method>
HTTP Method predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Methods accepted by this predicate, may be empty.

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • acceptedMethods

      Set<Method> acceptedMethods()
      Methods accepted by this predicate, may be empty.
      Returns:
      set of methods accepted