Interface Transformer<T>

    • Method Detail

      • transform

        T transform​(TypeDescription instrumentedType,
                    T target)
        Transforms the supplied target.
        Parameters:
        instrumentedType - The instrumented type that declares the target being transformed.
        target - The target entity that is being transformed.
        Returns:
        The transformed instance.