Uses of Class
org.cojen.boxtin.Rule
-
Uses of Rule in org.cojen.boxtin
Methods in org.cojen.boxtin that return RuleModifier and TypeMethodDescriptionstatic RuleRule.allow()Returns a singleton rule which is always allowed.static RuleRule.deny()Returns a singleton rule which is always denied, with thestandardaction.static RuleRule.deny(DenyAction action) Returns a rule which is denied with the given action.final RuleRule.ruleForConstructor(CharSequence descriptor) Returnsthis.final RuleRule.ruleForConstructor(Class<?>... paramTypes) Returnsthis.Rules.ForClass.ruleForConstructor(CharSequence descriptor) Returns the rule for a specific constructor, as specified by its descriptor.default RuleRules.ForClass.ruleForConstructor(Class<?>... paramTypes) Returns the rule for a specific constructor, as specified by its parameters.final RuleRule.ruleForMethod(CharSequence name, CharSequence descriptor) Returnsthis.final RuleRule.ruleForMethod(CharSequence name, Class<?>... paramTypes) Returnsthis.Rules.ForClass.ruleForMethod(CharSequence name, CharSequence descriptor) Returns the rule for a specific method, as specified by its name and descriptor.default RuleRules.ForClass.ruleForMethod(CharSequence name, Class<?>... paramTypes) Returns the rule for a specific method, as specified by its name and parameters.Methods in org.cojen.boxtin that return types with arguments of type RuleModifier and TypeMethodDescriptionRules.denialsForMethod(CharSequence name, CharSequence descriptor) For the given method name and descriptor, return a map of classes which have an explicit deny rule against a matching method.