Interface ScxConfigValueHandler<T>

All Known Implementing Classes:
AppRootHandler, ConvertValueHandler, DecryptValueHandler, DefaultValueHandler
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 ScxConfigValueHandler<T>
ScxConfigValueHandler
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(String keyPath, com.fasterxml.jackson.databind.JsonNode rawValue)
     
  • Method Details

    • handle

      T handle(String keyPath, com.fasterxml.jackson.databind.JsonNode rawValue)