Builder
Properties
Mutable list of the current context parameters this builder contains.
Mutable map of the current originating elements this builder contains.
Mutable map of the current originating elements this builder contains.
Mutable map of the current tags this builder contains.
Functions
Adds an originatingElement to this type's list of originating elements.
Adds the given ContextParameter to this type's list of context parameters.
Adds a context parameter with the name "_" and type to this type's list of context parameters.
Adds context parameters to this function.
Adds the given receiverTypes to this type's list of originating elements.
Adds the given receiverTypes to this type's list of originating elements.
Attaches tag to the request using type as a key. Tags can be read from a request using Taggable.tag. Use null
to remove any existing tag assigned for type.
Attaches tag to the request using T as a key. Tags can be read from a request using Taggable.tag. Use null
to remove any existing tag assigned for T.