public interface Adapter<T,R,P,M>
| Modifier and Type | Method and Description |
|---|---|
default Method |
adaptMethod(M method) |
default Property |
adaptProperty(P property) |
default TypeRef |
adaptReference(R ref) |
default TypeDef |
adaptType(T input) |
Function<M,Method> |
getMethodAdapterFunction() |
Function<P,Property> |
getPropertyAdapterFunction() |
Function<R,TypeRef> |
getReferenceAdapterFunction() |
Function<T,TypeDef> |
getTypeAdapterFunction() |
Copyright © 2023. All rights reserved.