Builder
Builder for a map-based MetadataHandler which allows handlers to be associated with individual callbacks.
Parameters
<C>
the context type.
Functions
Link copied to clipboard
@CanIgnoreReturnValue()
Registers a value handler for the specified key, replacing any previously registered value.
Link copied to clipboard
@CanIgnoreReturnValue()
Registers a repeated value handler for the specified key, replacing any previously registered value.
Link copied to clipboard
Returns the immutable, map-based metadata handler.
Link copied to clipboard
@CanIgnoreReturnValue()
@CanIgnoreReturnValue()
Registers "no op" handlers for the given keys, resulting in their values being ignored.
Link copied to clipboard
@CanIgnoreReturnValue()
Removes any existing handlers for the given keys, returning them to the default handler(s).
Link copied to clipboard
@CanIgnoreReturnValue()
Sets a handler for any unknown repeated keys which allows values to be processed via a generic Iterator.