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