Uses of Class
com.ibm.wsspi.adaptable.module.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
Methods in com.ibm.wsspi.adaptable.module that throw UnableToAdaptException Modifier and Type Method Description <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
Methods in com.ibm.wsspi.adaptable.module.adapters that throw UnableToAdaptException Modifier and Type Method Description <T> T
AdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, java.lang.Class<T> t)
<T> T
AdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, java.lang.Class<T> t)
T
ContainerAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type TT
EntryAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
-