Nexus API Reference

ParamResolverRegistry
in package

Read onlyYes
FinalYes
Tags
psalm-api

Holds the ordered list of ParamResolvers consulted at compile time. First non-null wins. Throws UnresolvableParameterException if no resolver claims the parameter.

Immutable: with() / withOverride() return a new registry. with() appends (built-in resolvers tried first, in registration order). withOverride() prepends (user-supplied resolver wins over built-ins of the same shape).

Table of Contents

Methods

__construct()  : mixed
compile()  : ParamMetadata
with()  : self
withOverride()  : self

Methods


        
On this page

Search results