public interface AdapterFactory<O>
Modifier and Type | Method and Description |
---|---|
Class<O> |
getAdaptableType() |
<T> T |
getAdapter(O instance,
Class<T> adapter) |
Class<?>[] |
getAdapterTypes() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.