ScopeDSL class
Constructors
-
ScopeDSL(Qualifier scopeQualifier, Set<
BeanDefinition> definitions)
Properties
-
definitions
→ Set<
BeanDefinition> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scopeQualifier → Qualifier
-
final
Methods
-
factory<
T> (Definition< T> definition, {Qualifier? qualifier}) → BeanDefinition<T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scoped<
T> (Definition< T> definition, {Qualifier? qualifier}) → BeanDefinition<T> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited