Skip to content

Commit

Permalink
mapper :-) again...
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsamson7 committed Mar 21, 2024
1 parent 4facdb7 commit 9a20cef
Show file tree
Hide file tree
Showing 14 changed files with 2,474 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.serious.portal.mapper

import kotlin.reflect.KClass

interface CompositeFactory {
fun createComposite(clazz: KClass<*>, vararg arguments: Any?): Any
}
Loading

0 comments on commit 9a20cef

Please sign in to comment.