Uses of Interface
io.sundr.adapter.api.AdapterContextAware
-
Uses of AdapterContextAware in io.sundr.adapter.api
Classes in io.sundr.adapter.api that implement AdapterContextAwareMethods in io.sundr.adapter.api with parameters of type AdapterContextAwareModifier and TypeMethodDescriptionstatic <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) Adapters.getAdapterForMethod(Class type, AdapterContextAware ctx) Adapters.getAdapterForProperty(Class type, AdapterContextAware ctx) Adapters.getAdapterForReference(Class type, AdapterContextAware ctx) Adapters.getAdapterForType(Class type, AdapterContextAware ctx) TypeLookup.lookup(String fullyQualifiedName, AdapterContextAware context)