Skip to content

Commit

Permalink
# implemented possibility to generate open wrappers
Browse files Browse the repository at this point in the history
# generate interface for basedOn Models
  • Loading branch information
sbra0902 committed Nov 25, 2020
1 parent 497e740 commit c062168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package kaufland.com.coachbasebinderapi

interface MapSupport {

fun toMap(): Map<String, Any?>
fun toMap(): Map<String, Any>
}

0 comments on commit c062168

Please sign in to comment.