public class ResteasyTransformer extends Object implements FakereplaceTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PARAMS |
static String |
FIELD_NAME |
static String |
FILTER_FIELD_TYPE |
static String |
INIT_METHOD_DESC |
static String |
PARAMETER_FIELD_NAME |
static String |
RESTEASY_FILTER_CONFIG |
static String |
RESTEASY_SERVLET_CONFIG |
static String |
SERVLET_FIELD_TYPE |
static String |
SET_TYPE |
| Constructor and Description |
|---|
ResteasyTransformer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
javassist.bytecode.ClassFile file,
Set<Class<?>> classesToRetransform,
ChangedClassImpl changedClass,
Set<javassist.bytecode.MethodInfo> modifiedMethods) |
public static final String FIELD_NAME
public static final String PARAMETER_FIELD_NAME
public static final String FILTER_FIELD_TYPE
public static final String SERVLET_FIELD_TYPE
public static final String CONTEXT_PARAMS
public static final String SET_TYPE
public static final String INIT_METHOD_DESC
public static final String RESTEASY_FILTER_CONFIG
public static final String RESTEASY_SERVLET_CONFIG
public boolean transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, javassist.bytecode.ClassFile file, Set<Class<?>> classesToRetransform, ChangedClassImpl changedClass, Set<javassist.bytecode.MethodInfo> modifiedMethods) throws IllegalClassFormatException, javassist.bytecode.BadBytecode
transform in interface FakereplaceTransformerIllegalClassFormatExceptionjavassist.bytecode.BadBytecodeCopyright © 2016. All Rights Reserved.