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.moduleMethods in com.ibm.wsspi.adaptable.module that throw UnableToAdaptException Modifier and Type Method Description <T> TAdaptable. 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.adaptersMethods in com.ibm.wsspi.adaptable.module.adapters that throw UnableToAdaptException Modifier and Type Method Description <T> TAdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, java.lang.Class<T> t)<T> TAdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, java.lang.Class<T> t)TContainerAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt)Adapt from the Adaptable 'containerToAdapt' to type TTEntryAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt)Adapt from the Adaptable 'entryToAdapt' to type T
 
-