Interface ParameterResolver<M>

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 ParameterResolver<M>
  • Method Details

    • resolve

      Function<M,​Object> resolve​(Parameter parameter)
    • matches

      default boolean matches​(Parameter parameter, M value)
    • determinesSpecificity

      default boolean determinesSpecificity()