Package com.episode6.mockspresso2.reflect
Types
Thrown if ore than one qualifier annotation is found on a given class.
Thrown when an error occurs while trying to resolve a KType into a concrete TypeToken
Functions
Returns a list of all constructors for a KClass
Returns the single qualifier in the receiver list if there is one. Throws a MultipleQualifierError if there is more than one qualifier.
Returns true if the receiver is a qualifier annotation
Returns the number of parameters for a given KFunction
Returns a list of DependencyKeys that represent the parameters of the receiver KFunction.
Returns the primary constructor for a KClass
Returns a concrete TypeToken representing the referencedType using the receiver as context.
Tries to make a KFunction accessible if it is not already
Returns a list of type parameters for the receiver KClass