|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAdapterFactory<B>
A factory instance that can create an adapter object of type
clazz on behalf of the object object.
| Method Summary | ||
|---|---|---|
|
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. |
|
| Method Detail |
|---|
<T> T getAdapter(B object,
Class<T> clazz)
clazz that represents
object.
This method should return null if adaption is not possible.
T - object - clazz -
clazz that represents
object.Class<B> getBaseType()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||