reflection_generator_v2 library
Public exports for the tom_build_base v2 tool surface of the Tom Reflection Generator.
Import this library to embed the runtime-mirror reflection generator as a
single-command, buildkit-nestable tool (buildkit :reflectiongenerator):
the reflectionGeneratorTool definition and its
ReflectionGeneratorExecutor.
The build_runner builder entry remains in
package:tom_reflection_generator/reflection_generator.dart and is
unaffected by this surface.
Classes
- ReflectionGeneratorExecutor
- Default executor for the tom_reflection_generator tool (single-command).
Constants
-
reflectionGeneratorOptions
→ const List<
OptionDefinition> - Tool-specific options for tom_reflection_generator.
Properties
- reflectionGeneratorTool → ToolDefinition
-
Tom Reflection Generator tool definition (single-command).
final
Functions
-
createReflectionGeneratorExecutors(
) → Map< String, CommandExecutor> - Creates the executor map for the reflection generator tool.