Interface Operation
-
- All Known Implementing Classes:
AddParameterOperation,RemoveAllValuesOperation,RemoveSpecificValuesOperation
public interface OperationAn operation to apply as part of aTransformRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String[]>apply(java.util.Map<java.lang.String,java.lang.String[]> parameters)Apply the operation on the given parameters
-