Interface ExpressionConfig


public interface ExpressionConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The expression template to include.
    The YAMLPath path where to include the template within the resource.
  • Method Details

    • path

      String path()
      The YAMLPath path where to include the template within the resource.
    • expression

      String expression()
      The expression template to include.