Interface LaravelUi5\Core\Contracts\ParameterResolverInterface

Contract for validating input parameters for UI5 artifacts.

This interface defines a service responsible for validating and normalizing the input parameters passed to a report (e.g., from the selection screen or a URL).

Implementations must:

  • enforce declared Parameter attributes
  • normalize missing or default values
  • throw validation exceptions on error
Methods