CopySpecs

class CopySpecs(val all: Boolean) : SearchSpecs

Defines which bindings are to be copied from a parent DI to a child DI.

Constructors

Link copied to clipboard
constructor(all: Boolean)

Properties

Link copied to clipboard

Whether the specs are describing multiple matching bindings or only one.

Link copied to clipboard
var argType: TypeToken<*>?

The type of argument the bindings must take.

Link copied to clipboard
var contextType: TypeToken<*>?

The type of context the bindings must take.

Link copied to clipboard
var tag: Any?

The tag the bindings must be associated with.

Link copied to clipboard
var type: TypeToken<*>?

The type the bindings must return.