public interface AdapterFactory<T,R,P,M>
| Modifier and Type | Method and Description |
|---|---|
Adapter<T,R,P,M> |
create(AdapterContext ctx)
Create an instance of
Adapter for the given AdapterContext. |
Class<M> |
getMethodAdapterType()
The type of method adapter this factory supports.
|
Class<P> |
getPropertyAdapterType()
The type of property adapter this factory supports.
|
Class<R> |
getReferenceAdapterType()
The type of reference adapter this factory supports.
|
Class<T> |
getTypeAdapterType()
The type of type adapter this factory supports.
|
Class<T> getTypeAdapterType()
Class<R> getReferenceAdapterType()
Class<M> getMethodAdapterType()
Class<P> getPropertyAdapterType()
Adapter<T,R,P,M> create(AdapterContext ctx)
Adapter for the given AdapterContext.ctx - The AdapterContextAdapterCopyright © 2023. All rights reserved.