public class AdapterManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,List<AdapterFactory<?>>> |
adapters |
| Constructor and Description |
|---|
AdapterManager() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Object objToAdapt,
Class<T> adapterType) |
void |
registerAdapter(AdapterFactory<?> factory) |
protected Map<Class<?>,List<AdapterFactory<?>>> adapters
public void registerAdapter(AdapterFactory<?> factory)
Copyright © 2021. All rights reserved.