Class CallbackInfo

java.lang.Object
net.sf.cglib.proxy.CallbackInfo

class CallbackInfo extends Object
  • Field Details

    • cls

      private Class cls
    • generator

      private CallbackGenerator generator
    • type

      private org.objectweb.asm.Type type
    • CALLBACKS

      private static final CallbackInfo[] CALLBACKS
  • Constructor Details

  • Method Details

    • determineTypes

      public static org.objectweb.asm.Type[] determineTypes(Class[] callbackTypes)
    • determineTypes

      public static org.objectweb.asm.Type[] determineTypes(Class[] callbackTypes, boolean checkAll)
    • determineTypes

      public static org.objectweb.asm.Type[] determineTypes(Callback[] callbacks)
    • determineTypes

      public static org.objectweb.asm.Type[] determineTypes(Callback[] callbacks, boolean checkAll)
    • getGenerators

      public static CallbackGenerator[] getGenerators(org.objectweb.asm.Type[] callbackTypes)
    • determineType

      private static org.objectweb.asm.Type determineType(Callback callback, boolean checkAll)
    • determineType

      private static org.objectweb.asm.Type determineType(Class callbackType, boolean checkAll)
    • getGenerator

      private static CallbackGenerator getGenerator(org.objectweb.asm.Type callbackType)