Class LaravelUi5\OData\Service\Resolver\ResolverMap

final
readonly

Frozen, serializable registry of entity set resolver bindings.

On both cold and warm boot, the ResolverMap drives resolver creation: it iterates its bindings, calls createResolver() on each, and binds the result to the corresponding entity set in the RuntimeSchemaBuilder.

Methods