public final class SpiChainFactory extends AbstractChainFactory
| 构造器和说明 |
|---|
SpiChainFactory() |
SpiChainFactory(boolean isShared) |
SpiChainFactory(ClassLoader loader) |
SpiChainFactory(ClassLoader loader,
boolean isShared) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <H> H[] |
createHandlers(Class<H> type) |
createChain, createFirstResultChain, createFirstResultReserveChain, createNoneResultChain, createNoneResultReverseChain, createReverseChain, createReverseHandlersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEmptyContextChain, createEmptyContextReverseChain, createFirstContextChain, createFirstContextReverseChainpublic SpiChainFactory()
public SpiChainFactory(ClassLoader loader)
public SpiChainFactory(boolean isShared)
public SpiChainFactory(ClassLoader loader, boolean isShared)
protected <H> H[] createHandlers(@Nonnull
Class<H> type)
createHandlers 在类中 AbstractChainFactoryCopyright © 2024. All rights reserved.