Class BytecodeInjectReactive


  • public class BytecodeInjectReactive
    extends Object
    • Constructor Detail

      • BytecodeInjectReactive

        public BytecodeInjectReactive​(javassist.ClassPool cp)
    • Method Detail

      • classpathFromClass

        public static String classpathFromClass​(Class<?> clazz)
        Utility method for returning the (inferred) classpath of classloading from the given Class.
        Parameters:
        clazz - the enclosing Class.
        Returns:
        the (inferred) classpath of clazz
      • enhanceAttributesAccess

        protected void enhanceAttributesAccess​(Map<String,​javassist.CtField> fieldsMap,
                                               javassist.CtClass managedCtClass)
                                        throws Exception
        Throws:
        Exception