Uses of Class
com.aspectran.core.context.rule.type.AutowireTargetType
-
Packages that use AutowireTargetType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of AutowireTargetType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return AutowireTargetType Modifier and Type Method Description AutowireTargetTypeAutowireRule. getTargetType()Methods in com.aspectran.core.context.rule with parameters of type AutowireTargetType Modifier and Type Method Description voidAutowireRule. setTargetType(AutowireTargetType targetType) -
Uses of AutowireTargetType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return AutowireTargetType Modifier and Type Method Description static AutowireTargetTypeAutowireTargetType. resolve(java.lang.String alias)Returns anAutowireTargetTypewith a value represented by the specifiedString.static AutowireTargetTypeAutowireTargetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutowireTargetType[]AutowireTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-