PageProcessor class

Processes pages within features for Json2Dart generation

This processor handles individual page processing, including API generation, model creation, and test generation for each page.

Constructors

PageProcessor({required ApiProcessor apiProcessor, required FileOperationService fileService, required UnitTestGenerationService testService, bool verbose = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processPage({required String featurePath, required String featureName, required String pageName, required dynamic pageConfig, required Json2DartConfig globalConfig, required String projectName}) Future<bool>
Processes a single page within a feature
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited