//tempest-internal/app.cash.tempest.internal/ClassFactory
ClassFactory¶
[jvm]\ abstract class ClassFactory<T>
Magic that creates instances of arbitrary concrete classes. Derived from Gson’s UnsafeAllocator and ConstructorConstructor classes.
Author¶
Joel Leitch
Jesse Wilson
Constructors¶
ClassFactory | [jvm] constructor() |
Types¶
Name | Summary |
---|---|
Companion | [jvm] object Companion |
Functions¶
Name | Summary |
---|---|
newInstance | [jvm] abstract fun newInstance(): T |