public class EntityDaoInvocation<R> extends Object
| 构造器和说明 |
|---|
EntityDaoInvocation(Object target,
String methodName,
Object[] args,
Supplier<R> supplier) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> EntityDaoInvocation<R> |
build(EntityDaoInvocation<R> invocation,
Supplier<R> supplier) |
Object[] |
getArgs() |
String |
getMethodName() |
Object |
getTarget() |
R |
proceed() |
public static <R> EntityDaoInvocation<R> build(EntityDaoInvocation<R> invocation, Supplier<R> supplier)
public Object getTarget()
public String getMethodName()
public Object[] getArgs()
public R proceed()
Copyright © 2021–2022. All rights reserved.