static <T,R,P,M> Method |
Adapters.adaptMethod(M input,
AdapterContextAware ctx) |
static <T,R,P,M> Property |
Adapters.adaptProperty(P input,
AdapterContextAware ctx) |
static <T,R,P,M> TypeRef |
Adapters.adaptReference(R input,
AdapterContextAware ctx) |
static <T,R,P,M> TypeDef |
Adapters.adaptType(T input,
AdapterContextAware ctx) |
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) |
static Optional<TypeDef> |
TypeLookup.lookup(String fullyQualifiedName,
AdapterContextAware context) |