Interface TransformInterface


  • public interface TransformInterface
    TransformInterface is provided by plugins to the IAF to transform property entries in the config file before being passed to plugins. A new instance of the class will be created for each property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String value, java.lang.String options)
      Called for each property with a transformClass attribute.
    • Method Detail

      • transform

        java.lang.String transform​(java.lang.String value,
                                   java.lang.String options)
        Called for each property with a transformClass attribute.
        Parameters:
        value - The value= attribute to the given <property>.
        options - The transformOptions= attribute to the given <property>.
        Returns:
        The transformed value to be given to the transport or codec.