Package io.sundr.adapter.api
Interface Adapter<T,R,P,M>
-
public interface Adapter<T,R,P,M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default io.sundr.model.MethodadaptMethod(M method)default io.sundr.model.PropertyadaptProperty(P property)default io.sundr.model.TypeRefadaptReference(R ref)default io.sundr.model.TypeDefadaptType(T input)Function<M,io.sundr.model.Method>getMethodAdapterFunction()Function<P,io.sundr.model.Property>getPropertyAdapterFunction()Function<R,io.sundr.model.TypeRef>getReferenceAdapterFunction()Function<T,io.sundr.model.TypeDef>getTypeAdapterFunction()
-