|
|||||||||
| 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(java.lang.Object object,
java.lang.Class<T> clazz)
Return an object of type clazz that represents
object. |
|
java.lang.Class |
getBaseType()
The type of objects that can be adapted by this factory. |
|
| Method Detail |
|---|
<T> T getAdapter(java.lang.Object object,
java.lang.Class<T> clazz)
clazz that represents
object.
This method should return null if adaption is not possible.
T - object - clazz -
clazz that represents
object.java.lang.Class getBaseType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||