public class ClassTransformationSpec
public ClassTransformationSpec(@NotNull
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(@NotNull
ClassTransformationSpec other)
@NotNull public java.lang.String toString()
@NotNull public java.lang.Class<?> getCls()
public int getSimpleIntercept()
public int getStaticIntercept()
public int getConstructorIntercept()
@NotNull public java.lang.Class<?> component1()
public int component2()
public int component3()
public int component4()
@NotNull public ClassTransformationSpec copy(@NotNull java.lang.Class<?> cls, int simpleIntercept, int staticIntercept, int constructorIntercept)
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)