Interface ContextValueExtractor<T extends ContextValue>

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 ContextValueExtractor<T extends ContextValue>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    extract(T value)
     
  • Method Details

    • extract

      com.fasterxml.jackson.databind.JsonNode extract(T value)