LeanInjectableBuilder class
- Annotations
-
- @LeanBuilder.new(generateToCache: true, applies: {'InjectableConfigGenerator'})
Constructors
- LeanInjectableBuilder(BuilderOptions options)
Properties
- autoRegister → bool
-
no setter
- classNameMatcher → RegExp?
-
no setter
- fileNameMatcher → RegExp?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
outputExtensions
→ Set<
String> -
The allowed output extensions for this builder.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildStep buildStep) → FutureOr< void> -
Generates the outputs for a given
BuildStep. -
getTypeResolver(
Resolver resolver) → LeanTypeResolver -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldBuildFor(
BuildCandidate candidate) → bool -
This is used to determine if the builder should be run for a given
BuildCandidate. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited