Class VariableInterpolation


  • public final class VariableInterpolation
    extends Object
    This class deals with Variable Interpolations inside pipelines. It uses bytebuddy to create intermediary types for the results created by the interpolation process
    • Method Detail

      • interpolate

        public static <T> T interpolate​(Map<String,​Object> values,
                                        T object)
      • proxy

        public static <T> T proxy​(T instance)