Package lib.aide

Interface JsonContentAction.InjectJson

All Known Implementing Classes:
JsonContentAction.AppendObject, JsonContentAction.ApplyKeyValuePairs
Enclosing class:
JsonContentAction

public static sealed interface JsonContentAction.InjectJson permits JsonContentAction.AppendObject, JsonContentAction.ApplyKeyValuePairs
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(Map<String,Object> targetJson, org.springframework.expression.spel.support.StandardEvaluationContext spelContext, org.springframework.expression.ExpressionParser parser)
    Performs the transformation on the target JSON based on the SpEL expressions provided.
  • Method Details

    • perform

      void perform(Map<String,Object> targetJson, org.springframework.expression.spel.support.StandardEvaluationContext spelContext, org.springframework.expression.ExpressionParser parser)
      Performs the transformation on the target JSON based on the SpEL expressions provided.
      Parameters:
      targetJson - the target JSON to be transformed
      spelContext - the Spring SpEL evaluation context
      parser - the SpEL expression parser