-
- All Implemented Interfaces:
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 BooleangetShouldDoSimpleIntercept()final BooleangetShouldDoStaticIntercept()final BooleangetShouldDoConstructorIntercept()final BooleangetShouldDoSomething()final Class<?>getCls()final IntegergetSimpleIntercept()final IntegergetStaticIntercept()final IntegergetConstructorIntercept()final BooleansameTransforms(ClassTransformationSpec other)StringtoString()-
-
Method Detail
-
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()
-
sameTransforms
final Boolean sameTransforms(ClassTransformationSpec other)
-
-
-
-