Adds an exact string which, if matched, allows matching for a candidate string.
Adds a predicate which, if matched, allows matching for a candidate string.
Adds a
Pattern
which, if matched, allows matching for a candidate string.
Adds a prefix which, if matched, allows matching for a candidate string.
Adds a suffix which, if matched, allows matching for a candidate string.
Adds an exact string which, if matched, denies matching for a candidate string.
Adds a predicate which, if matched, denies matching for a candidate string.
Adds a
Pattern
which, if matched, denies matching for a candidate string.
Adds a prefix which, if matched, denies matching for a candidate string.
Adds a suffix which, if matched, denies matching for a candidate string.
AllowList.Builder.allowAll(boolean value)
Allows all strings to match (subject to "deny" conditions).
Adds a list of exact strings any of which, if matched, allows matching for a candidate string.
Adds a list of
Pattern
any of which, if matched, allows matching for a candidate string.
Adds a list of prefixes any of which, if matched, allows matching for a candidate string.
Adds a list of suffixes any of which, if matched, allows matching for a candidate string.
Create a fluent API builder to configure an instance.
Update builder from configuration.
Adds exact strings a match by any of which denies matching for a candidate string.
Adds patterns a match by any of which denies matching for a candidate string.
Adds prefixes a match by any of which denies matching for a candidate string.
Adds suffixes a match by any of which denies matching for a candidate string.