public class ClassTransformationSpec
| Constructor and Description |
|---|
ClassTransformationSpec(java.lang.Class<?> cls,
int simpleIntercept,
int staticIntercept,
int constructorIntercept) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
component1() |
int |
component2() |
int |
component3() |
int |
component4() |
ClassTransformationSpec |
copy(java.lang.Class<?> cls,
int simpleIntercept,
int staticIntercept,
int constructorIntercept) |
boolean |
equals(java.lang.Object p) |
java.lang.Class<?> |
getCls() |
int |
getConstructorIntercept() |
boolean |
getShouldDoConstructorIntercept() |
boolean |
getShouldDoSimpleIntercept() |
boolean |
getShouldDoSomething() |
boolean |
getShouldDoStaticIntercept() |
int |
getSimpleIntercept() |
int |
getStaticIntercept() |
int |
hashCode() |
boolean |
sameTransforms(ClassTransformationSpec other) |
java.lang.String |
toString() |
public ClassTransformationSpec(java.lang.Class<?> cls,
int simpleIntercept,
int staticIntercept,
int constructorIntercept)
public boolean getShouldDoSimpleIntercept()
public boolean getShouldDoStaticIntercept()
public boolean getShouldDoConstructorIntercept()
public boolean getShouldDoSomething()
public boolean sameTransforms(ClassTransformationSpec other)
public java.lang.String toString()
public java.lang.Class<?> getCls()
public int getSimpleIntercept()
public int getStaticIntercept()
public int getConstructorIntercept()
public java.lang.Class<?> component1()
public int component2()
public int component3()
public int component4()
public ClassTransformationSpec copy(java.lang.Class<?> cls, int simpleIntercept, int staticIntercept, int constructorIntercept)
public int hashCode()
public boolean equals(java.lang.Object p)