Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Replacing cglib with bytebuddy.

Hi,

I am trying to get rid of cglib class injection in WindowBuilder. I have to replace this code where projectClassLoader is a parameter and bytes the serialized class.

    ReflectUtils.defineClass(
        "org.eclipse.wb.internal.rcp.databinding.parser.DefaultBean",
        bytes,
        projectClassLoader);

Does anyone have experience with conversions like this?

Cheers,

Wim




Back to the top