I need byte buddy code example to set and get object fields and execute methods of a class available in a jar file which is provided at runtime. This class and it’s methods and fields are package protected. I get object of this class via factory class in that jar itself and store in Object type reference variable.