| Modifier and Type | Method and Description |
|---|---|
Adapter<T,R,P,M> |
AdapterFactory.create(AdapterContext ctx)
Create an instance of
Adapter for the given AdapterContext. |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,P,M> Optional<Adapter<T,R,P,M>> |
Adapters.getAdapterForMethod(Class type,
AdapterContextAware ctx) |
static <T,R,P,M> Optional<Adapter<T,R,P,M>> |
Adapters.getAdapterForProperty(Class type,
AdapterContextAware ctx) |
static <T,R,P,M> Optional<Adapter<T,R,P,M>> |
Adapters.getAdapterForReference(Class type,
AdapterContextAware ctx) |
static <T,R,P,M> Optional<Adapter<T,R,P,M>> |
Adapters.getAdapterForType(Class type,
AdapterContextAware ctx) |
Copyright © 2023. All rights reserved.