Resolver

abstract class Resolver<T>

Interface for resolving an instance of T object.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val subject: String
Link copied to clipboard
open val subjectInput: Any?

Functions

Link copied to clipboard
abstract fun resolve(): T

Resolves the T object.