Uses of Class
com.aspectran.core.context.rule.type.BeanRefererType
-
Packages that use BeanRefererType Package Description com.aspectran.core.context.expr.token com.aspectran.core.context.rule com.aspectran.core.context.rule.ability com.aspectran.core.context.rule.type -
-
Uses of BeanRefererType in com.aspectran.core.context.expr.token
Methods in com.aspectran.core.context.expr.token that return BeanRefererType Modifier and Type Method Description BeanRefererTypeToken. getBeanRefererType() -
Uses of BeanRefererType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return BeanRefererType Modifier and Type Method Description BeanRefererTypeAspectRule. getBeanRefererType()BeanRefererTypeAutowireRule. getBeanRefererType()BeanRefererTypeBeanRule. getBeanRefererType()BeanRefererTypeInvokeActionRule. getBeanRefererType()BeanRefererTypeScheduleRule. getBeanRefererType()BeanRefererTypeTemplateRule. getBeanRefererType() -
Uses of BeanRefererType in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability that return BeanRefererType Modifier and Type Method Description BeanRefererTypeBeanReferenceable. getBeanRefererType()Returns the Bean Referrer Type. -
Uses of BeanRefererType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return BeanRefererType Modifier and Type Method Description static BeanRefererTypeBeanRefererType. resolve(java.lang.String alias)Returns aBeanReferrerTypewith a value represented by the specifiedString.static BeanRefererTypeBeanRefererType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BeanRefererType[]BeanRefererType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-