Class JamUtils


  • public class JamUtils
    extends Object

    Singleton collection of utility methods which can be very useful in some samples, but not often enough to warrant inclusion in the main APIs.

    Most of these are here to help you jump from the JClass hierarchy to the java.lang.reflect hierarchy. This is primarily useful when you find yourself, for example, wanting to actually invoke a method represented by a JMethod.