ignoring

@CanIgnoreReturnValue()
public MetadataHandler.Builder<C> ignoring(MetadataKey<? extends Object> key, Array<MetadataKey<? extends Object>> rest)

Registers "no op" handlers for the given keys, resulting in their values being ignored.

Return

the builder instance for chaining.

Parameters

key

a key to ignore in the builder.

rest

additional keys to ignore in the builder.


@CanIgnoreReturnValue()
public MetadataHandler.Builder<C> ignoring(Iterable<MetadataKey<? extends Object>> keys)

Registers "no op" handlers for the given keys, resulting in their values being ignored.

Return

the builder instance for chaining.

Parameters

keys

the keys to ignore in the builder.