Searched refs:methodsToIntercept (Results 1 – 1 of 1) sorted by relevance
51 private final Set<MethodRef> methodsToIntercept; field in InstrumentationConfiguration73 this.methodsToIntercept = ImmutableSet.copyOf(convertToSlashes(methodsToIntercept())); in InstrumentationConfiguration()138 public Set<MethodRef> methodsToIntercept() { in methodsToIntercept() method in InstrumentationConfiguration219 return methodsToIntercept.contains(new MethodRef(targetMethod.owner, targetMethod.name)) in shouldIntercept()220 || methodsToIntercept.contains(new MethodRef(targetMethod.owner, "*")); in shouldIntercept()