Uses of Interface
com.aspectran.core.context.rule.ability.BeanReferenceInspectable
-
Packages that use BeanReferenceInspectable Package Description com.aspectran.core.context.expr.token com.aspectran.core.context.rule com.aspectran.core.context.rule.assistant -
-
Uses of BeanReferenceInspectable in com.aspectran.core.context.expr.token
Classes in com.aspectran.core.context.expr.token that implement BeanReferenceInspectable Modifier and Type Class Description classTokenA token has a string value of its own or contains information for fetching a specific value from another provider. -
Uses of BeanReferenceInspectable in com.aspectran.core.context.rule
Classes in com.aspectran.core.context.rule that implement BeanReferenceInspectable Modifier and Type Class Description classAspectRuleAn aspect is a class that implements enterprise application concerns that cut across multiple classes, such as transaction management.classAutowireRuleThe Class AutowireRule.classBeanActionRuleThe Class BeanActionRule.classBeanRuleThe Class BeanRule.classScheduleRuleThe Class ScheduleRule.classTemplateRuleThe Class TemplateRule. -
Uses of BeanReferenceInspectable in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant with parameters of type BeanReferenceInspectable Modifier and Type Method Description voidBeanReferenceInspector. reserve(java.lang.String beanId, java.lang.Class<?> beanClass, BeanReferenceInspectable inspectable, RuleAppender ruleAppender)Reserves to bean reference inspection.voidContextRuleAssistant. reserveBeanReference(java.lang.Class<?> beanClass, BeanReferenceInspectable inspectable)voidContextRuleAssistant. reserveBeanReference(java.lang.String beanId, BeanReferenceInspectable inspectable)voidContextRuleAssistant. reserveBeanReference(java.lang.String beanId, java.lang.Class<?> beanClass, BeanReferenceInspectable inspectable)voidShallowContextRuleAssistant. reserveBeanReference(java.lang.String beanId, java.lang.Class<?> beanClass, BeanReferenceInspectable inspectable)
-