Uses of Interface
io.sundr.adapter.api.Adapter
-
-
Uses of Adapter in io.sundr.adapter.api
Methods in io.sundr.adapter.api that return Adapter Modifier and Type Method Description Adapter<T,R,P,M>AdapterFactory. create(AdapterContext ctx)Create an instance ofAdapterfor the givenAdapterContext.Methods in io.sundr.adapter.api that return types with arguments of type Adapter Modifier and Type Method 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)
-