struct

Noir::TreeSitterJvmLambdaDslExtractor::Config

Inherits Struct < Value < Object

Constructors

Instance methods

body_methods
Source
body_typed_methods
Source
crud_methods
Source
form_methods
Source
handler_methods
Source
header_methods
Source
nest_methods
Source
query_methods
Source
router_receivers

Receiver names (the object in recv.get(...)) that mark a verb call as a genuine route registration even when it carries no functional handler argument. Spark's redirect API (redirect.get("/from", "/to")) is the canonical case — its arguments are all string literals, so without an explicit allowlist it's indistinguishable from a colliding collection call like map.put("k", "v"). Matched against the receiver's last dotted segment, so both redirect.get(...) and Spark.redirect.get(...) resolve to redirect.

Source
transparent_methods
Source
verb_methods
Source
websocket_methods
Source