com.ibm.wsspi.adaptable.module

Uses of Class UnableToAdaptException

Packages that use UnableToAdaptException

Package Description
com.ibm.wsspi.adaptable.module
com.ibm.wsspi.adaptable.module.adapters

Uses of UnableToAdaptException in com.ibm.wsspi.adaptable.module

Modifier and Type Method and Description
  1. <T>T
Adaptable.adapt(java.lang.Class<T> adaptTarget)
Adapt this object into an object of the passed type, if possible.

Uses of UnableToAdaptException in com.ibm.wsspi.adaptable.module.adapters

Modifier and Type Method and Description
  1. T
ContainerAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
  1. <T>T
AdapterFactoryService.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt,java.lang.Class<T> t)
  1. T
EntryAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
  1. <T>T
AdapterFactoryService.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt,java.lang.Class<T> t)