Package | Description |
---|---|
com.ibm.wsspi.adaptable.module | |
com.ibm.wsspi.adaptable.module.adapters |
Modifier and Type | Method and Description |
---|---|
<T> T |
Adaptable.adapt(java.lang.Class<T> adaptTarget)
Adapt this object into an object of the passed type, if possible.
|
Modifier and Type | Method and Description |
---|---|
T |
ContainerAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt,
java.lang.Class<T> t) |
T |
EntryAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt,
java.lang.Class<T> t) |