Package | Description |
---|---|
com.jfinal.template.expr.ast |
Modifier and Type | Class and Description |
---|---|
class |
MethodInfoExt
MethodInfoExt 辅助实现 extension method 功能
|
Modifier and Type | Method and Description |
---|---|
static MethodInfo |
MethodKit.getGetterMethod(Long key,
Class<?> targetClass,
String methodName)
获取 getter 方法
使用与 Field 相同的 key,避免生成两次 key值
|
static MethodInfo |
MethodKit.getMethod(Class<?> targetClass,
String methodName,
Object[] argValues) |
Copyright © 2018. All rights reserved.