-
public final class ClassTransformationSpec
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshouldDoSimpleInterceptprivate final BooleanshouldDoStaticInterceptprivate final BooleanshouldDoConstructorInterceptprivate final BooleanshouldDoSomethingprivate final Class<?>clsprivate final IntegersimpleInterceptprivate final IntegerstaticInterceptprivate final IntegerconstructorIntercept
-
Constructor Summary
Constructors Constructor Description ClassTransformationSpec(Class<?> cls, Integer simpleIntercept, Integer staticIntercept, Integer constructorIntercept)
-
Method Summary
Modifier and Type Method Description final BooleansameTransforms(ClassTransformationSpec other)StringtoString()final Class<?>component1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final ClassTransformationSpeccopy(Class<?> cls, Integer simpleIntercept, Integer staticIntercept, Integer constructorIntercept)final BooleangetShouldDoSimpleIntercept()final BooleangetShouldDoStaticIntercept()final BooleangetShouldDoConstructorIntercept()final BooleangetShouldDoSomething()final Class<?>getCls()final IntegergetSimpleIntercept()final IntegergetStaticIntercept()final IntegergetConstructorIntercept()-
-
Method Detail
-
sameTransforms
final Boolean sameTransforms(ClassTransformationSpec other)
-
component1
final Class<?> component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
copy
final ClassTransformationSpec copy(Class<?> cls, Integer simpleIntercept, Integer staticIntercept, Integer constructorIntercept)
-
getShouldDoSimpleIntercept
final Boolean getShouldDoSimpleIntercept()
-
getShouldDoStaticIntercept
final Boolean getShouldDoStaticIntercept()
-
getShouldDoConstructorIntercept
final Boolean getShouldDoConstructorIntercept()
-
getShouldDoSomething
final Boolean getShouldDoSomething()
-
getSimpleIntercept
final Integer getSimpleIntercept()
-
getStaticIntercept
final Integer getStaticIntercept()
-
getConstructorIntercept
final Integer getConstructorIntercept()
-
-
-
-