public class PointcutImpl extends Object implements Pointcut, Serializable
| コンストラクタと説明 |
|---|
PointcutImpl(Class<?> targetClass) |
PointcutImpl(Method method) |
PointcutImpl(String[] methodNames) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
getMethodNames() |
boolean |
isApplied(Method targetMethod) |
protected void |
setMethodNames(String[] methodNames) |
public PointcutImpl(Class<?> targetClass) throws EmptyRuntimeException
public PointcutImpl(String[] methodNames) throws EmptyRuntimeException
public PointcutImpl(Method method)
Copyright © 2015–2024 The DBFlute Project. All rights reserved.