Jorge Alor
Jorge Alor
Hi , thanks for replying, Is it technically possible to modify this method?  --> Code: `import io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig; import io.confluent.rest.RestConfigException; import javassist.NotFoundException; import net.bytebuddy.agent.ByteBuddyAgent; import net.bytebuddy.agent.builder.AgentBuilder; import net.bytebuddy.asm.MemberSubstitution; import net.bytebuddy.description.type.TypeDescription;...
I agree Rafael, with AgentBuilder could I achieve it? If you have any reference it would help me a lot for what I am looking for
If I understood what you indicated... **_("you would need to hook before the class is loaded for the first time.")_** could you give me some reference on how I could...
@raphw Could you just tell me which api to use?
Thank you very much for the support! , I found everything about bytebuddy interesting.