Interface Dumpable.DumpableContainer

All Superinterfaces:
Dumpable
All Known Implementing Classes:
AdaptiveExecutionStrategy, AttributeContainerMap, CompressionPool, ContainerLifeCycle, DeflaterPool, EatWhatYouKill, ExecutorThreadPool, InflaterPool, KeyStoreScanner, MonitoredQueuedThreadPool, QueuedThreadPool, Scanner
Enclosing interface:
Dumpable

public static interface Dumpable.DumpableContainer extends Dumpable
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable

    Dumpable.DumpableContainer
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

    KEY
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

    dump, dump, dumpSelf
  • Method Details

    • isDumpable

      default boolean isDumpable(Object o)