Searched refs:classesToNotInstrument (Results 1 – 1 of 1) sorted by relevance
42 private final Set<String> classesToNotInstrument; field in InstrumentationConfiguration60 Collection<String> classesToNotInstrument, in InstrumentationConfiguration() argument68 this.classesToNotInstrument = ImmutableSet.copyOf(classesToNotInstrument); in InstrumentationConfiguration()89 && !(classesToNotInstrument.contains(mutableClass.getName())) in shouldInstrument()242 public final Collection<String> classesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder255 classesToNotInstrument.addAll(classLoaderConfig.classesToNotInstrument); in Builder()295 this.classesToNotInstrument.add(className); in doNotInstrumentClass()312 classesToNotInstrument, in build()