booster / com.didiglobal.booster.transform / Transformer / transform

transform

abstract fun transform(context: TransformContext, bytecode: ByteArray): ByteArray

Returns the transformed bytecode

Parameters

context -

    The transforming context

bytecode -

    The bytecode to be transformed

Return
the transformed bytecode