dumakant

Results 4 comments of dumakant

Hi Rafael, Can you please explain again? I did not understand what exactly should be done? This is my code ByteBuddy eventBeanByteBuddy = new ByteBuddy(); Class beanClass = BaseCustomEventDimension.class; eventBuilder...

After doing the assignment of the field as mentioned above, I have resolved the above exception. But now facing another issue as mentioned below when using defineField(). Also when I...

defineProperty and defineField are trivial programmes and they work fine when I write a small standalone programme. But does not work in our code base as expected. The class which...

I found out the cause for this issue. Issue #1 When I declare 2 fields, then this problem is occuring. builder = builder.defineField("ADMIN_USER", Integer.class, 1); // Define a getter method...