Interface EventDataTransformer<T>


  • public interface EventDataTransformer<T>
    This interface is responsible for transforming object with specific type to another structure.
    Author:
    johnniang
    • Method Detail

      • transform

        Object transform​(T data)
        Transform object with specific type to another structure.
        Parameters:
        data - object data to be transformed.
        Returns:
        target object.