ResolverPool

interface ResolverPool

Interface to define how to obtain the resolvers

Author

Pau Corbella

Since

1.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun <T : Any> create(clazz: KClass<T>): Resolver<T>
Link copied to clipboard
abstract fun <T : Any> isPresent(clazz: KClass<T>): Boolean