Uses of Class
com.aspectran.core.context.rule.type.JoinpointTargetType
-
Packages that use JoinpointTargetType Package Description com.aspectran.core.component.bean.annotation com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of JoinpointTargetType in com.aspectran.core.component.bean.annotation
Methods in com.aspectran.core.component.bean.annotation that return JoinpointTargetType Modifier and Type Method Description JoinpointTargetTypetarget() -
Uses of JoinpointTargetType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return JoinpointTargetType Modifier and Type Method Description JoinpointTargetTypeAspectRule. getJoinpointTargetType()JoinpointTargetTypeJoinpointRule. getJoinpointTargetType()Methods in com.aspectran.core.context.rule with parameters of type JoinpointTargetType Modifier and Type Method Description voidJoinpointRule. setJoinpointTargetType(JoinpointTargetType joinpointTargetType) -
Uses of JoinpointTargetType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return JoinpointTargetType Modifier and Type Method Description static JoinpointTargetTypeJoinpointTargetType. resolve(java.lang.String alias)Returns aJoinpointTargetTypewith a value represented by the specifiedString.static JoinpointTargetTypeJoinpointTargetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JoinpointTargetType[]JoinpointTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-