Interface ValueResolver

All Known Implementing Classes:
NoOpValueResolver

public interface ValueResolver
Resolves the KeyValue value for the given parameter.
Since:
1.11.0
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(Object parameter)
    Returns the KeyValue value for the given parameter.
  • Method Details

    • resolve

      String resolve(Object parameter)
      Returns the KeyValue value for the given parameter.
      Parameters:
      parameter - annotated parameter
      Returns:
      the value of the KeyValue