Uses of Class
com.aspectran.core.context.rule.type.BeanProxifierType
-
Packages that use BeanProxifierType Package Description com.aspectran.core.component.bean com.aspectran.core.context.rule.type -
-
Uses of BeanProxifierType in com.aspectran.core.component.bean
Constructors in com.aspectran.core.component.bean with parameters of type BeanProxifierType Constructor Description ContextualBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType) -
Uses of BeanProxifierType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return BeanProxifierType Modifier and Type Method Description static BeanProxifierTypeBeanProxifierType. resolve(java.lang.String alias)Returns aBeanProxifierTypewith a value represented by the specifiedString.static BeanProxifierTypeBeanProxifierType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BeanProxifierType[]BeanProxifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-