Uses of Class
com.rezzedup.util.constants.MatchRules
-
Packages that use MatchRules Package Description com.rezzedup.util.constants Utilities forstatic finalconstants. -
-
Uses of MatchRules in com.rezzedup.util.constants
Methods in com.rezzedup.util.constants that return MatchRules Modifier and Type Method Description MatchRulesMatchRules. all(String... required)Appends required strings to the existing rules.MatchRulesMatchRules. any(String... optional)Appends optional strings to the existing rules.MatchRulesMatchRules. collections(boolean visit)Sets whether the contents contained within constant collections should be aggregated.MatchRulesMatchRules. not(String... excluded)Appends excluded strings to the existing rules.static MatchRulesMatchRules. of()Specifies criteria for filtering constants based on their name and other settings.Methods in com.rezzedup.util.constants with parameters of type MatchRules Modifier and Type Method Description Aggregates.Pending.Aggregation<T>Aggregates.Pending.Aggregation. matching(MatchRules rules)Sets the match rules, overwriting any existing rules.Method parameters in com.rezzedup.util.constants with type arguments of type MatchRules Modifier and Type Method Description Aggregates.Pending.Aggregation<T>Aggregates.Pending.Aggregation. matching(UnaryOperator<MatchRules> match)Updates the match rules, appending to any previously set rules.
-