Package org.guvnor.ala.util
Class VariableInterpolation
- java.lang.Object
-
- org.guvnor.ala.util.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableInterpolation.InterpolationHandler
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tinterpolate(Map<String,Object> values, T object)static <T> Tproxy(T instance)
-