Class Boxing

java.lang.Object
org.jboss.classfilewriter.util.Boxing

public class Boxing extends Object
This class is responsible for generating bytecode fragments to box/unbox whatever happens to be on the top of the stack. It is the calling codes responsibility to make sure that the correct type is on the stack
Author:
Stuart Douglas