Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.models
/
GenericRepositoryMockDelegate
Generic
Repository
Mock
Delegate
class
GenericRepositoryMockDelegate
<
ID
:
Any
,
T
:
Any
>
(
val
initialRepo
:
Map
<
ID
,
T
>
?
,
val
name
:
String
?
)
Members
Constructors
Generic
Repository
Mock
Delegate
Link copied to clipboard
constructor
(
initialRepo
:
Map
<
ID
,
T
>
?
,
name
:
String
?
)
Properties
initial
Repo
Link copied to clipboard
val
initialRepo
:
Map
<
ID
,
T
>
?
name
Link copied to clipboard
val
name
:
String
?
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
)
:
GenericRepositoryMock
<
ID
,
T
>