
public abstract class AbstractPropertyAdapterFactory extends Object implements IAdapterFactory
| Constructor and Description |
|---|
AbstractPropertyAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IPropertySource |
createPropertySource(Object object) |
Object |
getAdapter(Object adaptableObject,
Class adapterType) |
Class[] |
getAdapterList() |
public Class[] getAdapterList()
getAdapterList in interface IAdapterFactorypublic Object getAdapter(Object adaptableObject, Class adapterType)
getAdapter in interface IAdapterFactoryprotected abstract IPropertySource createPropertySource(Object object)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.