public class BytecodeInjectReactive extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DROOLS_LIST_OF_TUPLES |
static String |
DROOLS_PREFIX |
static String |
FIELD_WRITER_PREFIX |
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
BytecodeInjectReactive(javassist.ClassPool cp) |
Modifier and Type | Method and Description |
---|---|
static String |
classpathFromClass(Class<?> clazz)
Utility method for returning the (inferred) classpath of classloading from the given Class.
|
protected void |
enhanceAttributesAccess(Map<String,javassist.CtField> fieldsMap,
javassist.CtClass managedCtClass) |
byte[] |
injectReactive(String classname) |
static BytecodeInjectReactive |
newInstance(javassist.ClassPool cp) |
public static final String DROOLS_PREFIX
public static final String FIELD_WRITER_PREFIX
public static final String DROOLS_LIST_OF_TUPLES
public static final org.slf4j.Logger LOG
public static BytecodeInjectReactive newInstance(javassist.ClassPool cp)
public static String classpathFromClass(Class<?> clazz)
clazz
- the enclosing Class.Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.