MockMethodParamModel

@Immutable
open class MockMethodParamModel : MethodParamModel

A simple implementation of MockMethodParamModel for use in tests.

Constructors

Link copied to clipboard
constructor(typeSpec: TypeSpec, name: String, annotations: List<Annotation>, externalAnnotations: List<AnnotationSpec>, representedObject: Any)

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
Link copied to clipboard
open fun getExternalAnnotations(): List<AnnotationSpec>
Link copied to clipboard
open fun getName(): String
Link copied to clipboard
Link copied to clipboard
open fun getTypeName(): TypeName
Link copied to clipboard
open fun getTypeSpec(): TypeSpec
Link copied to clipboard