public interface IAdapterFactory<B>
clazz on behalf of the object object.| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(B object,
Class<T> clazz)
Return an object of type
clazz that represents
object. |
Class<B> |
getBaseType()
The type of objects that can be adapted by this factory.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.