Uses of Class
com.aspectran.core.context.rule.AutowireRule
-
Packages that use AutowireRule Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.assistant -
-
Uses of AutowireRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return AutowireRule Modifier and Type Method Description AutowireRuleBeanRule. getConstructorAutowireRule()Methods in com.aspectran.core.context.rule that return types with arguments of type AutowireRule Modifier and Type Method Description java.util.List<AutowireRule>BeanRule. getAutowireRuleList()Methods in com.aspectran.core.context.rule with parameters of type AutowireRule Modifier and Type Method Description voidBeanRule. addAutowireRule(AutowireRule autowireRule)static AutowireTargetRuleAutowireRule. getAutowireTargetRule(AutowireRule autowireRule)static AutowireTargetRule[]AutowireRule. getAutowireTargetRules(AutowireRule autowireRule)voidBeanRule. setConstructorAutowireRule(AutowireRule constructorAutowireRule) -
Uses of AutowireRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant with parameters of type AutowireRule Modifier and Type Method Description voidActivityRuleAssistant. resolveBeanClass(AutowireRule autowireRule)Resolve bean class for the autowire rule.voidShallowContextRuleAssistant. resolveBeanClass(AutowireRule autowireRule)
-