Class ScopeConfiguratorBuilder.Condition<T>

  • Enclosing class:
    ScopeConfiguratorBuilder<T>

    private static final class ScopeConfiguratorBuilder.Condition<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Condition​(java.util.function.Predicate<InstrumentationScopeInfo> scopeMatcher, T scopeConfig)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • scopeConfig

        private final T scopeConfig