Hierarchy For All Packages
Package Hierarchies:- nl.talsmasoftware.context,
- nl.talsmasoftware.context.clearable,
- nl.talsmasoftware.context.delegation,
- nl.talsmasoftware.context.executors,
- nl.talsmasoftware.context.functions,
- nl.talsmasoftware.context.futures,
- nl.talsmasoftware.context.locale,
- nl.talsmasoftware.context.mdc,
- nl.talsmasoftware.context.metrics,
- nl.talsmasoftware.context.micrometer,
- nl.talsmasoftware.context.observer,
- nl.talsmasoftware.context.opentracing,
- nl.talsmasoftware.context.servletrequest,
- nl.talsmasoftware.context.springsecurity,
- nl.talsmasoftware.context.threadlocal,
- nl.talsmasoftware.context.timing
Class Hierarchy
- java.lang.Object
- nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContext<T> (implements nl.talsmasoftware.context.Context<T>)
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- nl.talsmasoftware.context.futures.ContextAwareCompletableFuture<T>
- nl.talsmasoftware.context.ContextManagers
- nl.talsmasoftware.context.observer.ContextObservers
- nl.talsmasoftware.context.opentracing.ContextScopeManager (implements nl.talsmasoftware.context.ContextManager<T>, io.opentracing.ScopeManager)
- nl.talsmasoftware.context.locale.LocaleContextManager (implements nl.talsmasoftware.context.ContextManager<T>)
- nl.talsmasoftware.context.mdc.MdcManager (implements nl.talsmasoftware.context.ContextManager<T>)
- nl.talsmasoftware.context.metrics.MetricsContextTimer (implements nl.talsmasoftware.context.timing.ContextTimer)
- nl.talsmasoftware.context.micrometer.MicrometerContextTimer (implements nl.talsmasoftware.context.timing.ContextTimer)
- nl.talsmasoftware.context.opentracing.OpentracingContextTimer (implements nl.talsmasoftware.context.timing.ContextTimer)
- nl.talsmasoftware.context.servletrequest.ServletRequestContextFilter (implements javax.servlet.Filter)
- nl.talsmasoftware.context.servletrequest.ServletRequestContextManager (implements nl.talsmasoftware.context.ContextManager<T>)
- nl.talsmasoftware.context.opentracing.SpanManager (implements nl.talsmasoftware.context.ContextManager<T>)
- nl.talsmasoftware.context.opentracing.OpentracingSpanManager
- nl.talsmasoftware.context.springsecurity.SpringSecurityContextManager (implements nl.talsmasoftware.context.clearable.ClearableContextManager<T>)
- nl.talsmasoftware.context.delegation.Wrapper<T>
- nl.talsmasoftware.context.delegation.DelegatingExecutorService (implements java.util.concurrent.ExecutorService)
- nl.talsmasoftware.context.delegation.CallMappingExecutorService
- nl.talsmasoftware.context.executors.ContextAwareExecutorService
- nl.talsmasoftware.context.delegation.CallMappingExecutorService
- nl.talsmasoftware.context.delegation.DelegatingFuture<V> (implements java.util.concurrent.Future<V>)
- nl.talsmasoftware.context.delegation.WrapperWithContext<T>
- nl.talsmasoftware.context.functions.BiConsumerWithContext<T,U> (implements java.util.function.BiConsumer<T,U>)
- nl.talsmasoftware.context.functions.BiFunctionWithContext<IN1,IN2,OUT> (implements java.util.function.BiFunction<T,U,R>)
- nl.talsmasoftware.context.functions.BinaryOperatorWithContext<T> (implements java.util.function.BinaryOperator<T>)
- nl.talsmasoftware.context.functions.BiPredicateWithContext<IN1,IN2> (implements java.util.function.BiPredicate<T,U>)
- nl.talsmasoftware.context.functions.BooleanSupplierWithContext (implements java.util.function.BooleanSupplier)
- nl.talsmasoftware.context.functions.ConsumerWithContext<T> (implements java.util.function.Consumer<T>)
- nl.talsmasoftware.context.functions.FunctionWithContext<IN,OUT> (implements java.util.function.Function<T,R>)
- nl.talsmasoftware.context.functions.UnaryOperatorWithContext<T> (implements java.util.function.UnaryOperator<T>)
- nl.talsmasoftware.context.functions.PredicateWithContext<T> (implements java.util.function.Predicate<T>)
- nl.talsmasoftware.context.functions.RunnableWithContext (implements java.lang.Runnable)
- nl.talsmasoftware.context.functions.SupplierWithContext<T> (implements java.util.function.Supplier<T>)
- nl.talsmasoftware.context.delegation.DelegatingExecutorService (implements java.util.concurrent.ExecutorService)
Interface Hierarchy
- java.lang.AutoCloseable
- nl.talsmasoftware.context.clearable.Clearable
- nl.talsmasoftware.context.clearable.ClearableContextManager<T> (also extends nl.talsmasoftware.context.ContextManager<T>)
- nl.talsmasoftware.context.ContextManager<T>
- nl.talsmasoftware.context.clearable.ClearableContextManager<T> (also extends nl.talsmasoftware.context.clearable.Clearable)
- nl.talsmasoftware.context.observer.ContextObserver<T>
- nl.talsmasoftware.context.ContextSnapshot
- nl.talsmasoftware.context.delegation.ContextSnapshotSupplier
- nl.talsmasoftware.context.timing.ContextTimer