Class TransformRule


  • public class TransformRule
    extends java.lang.Object
    Parameter transformation rule. Defines a criteria to match the rule, and a list of operations to apply.
    • Field Detail

      • criteria

        private final Criteria criteria
        Criteria to match the rule
      • operations

        private final java.util.List<Operation> operations
        List of operations to apply
    • Constructor Detail

      • TransformRule

        public TransformRule​(Criteria criteria,
                             java.util.List<Operation> operations)
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns an human-friendly version of the rule.
        Overrides:
        toString in class java.lang.Object
      • getCriteria

        public Criteria getCriteria()
        Criteria to match the rule
      • getOperations

        public java.util.List<Operation> getOperations()
        List of operations to apply