限定符和类型 | 字段和说明 |
---|---|
static DataCallArrayAttribute |
instance |
构造器和说明 |
---|
DataCallArrayAttribute() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<T[]> |
declaringClass()
返回字段依附的类名
|
java.lang.String |
field()
返回字段名
|
F |
get(T[] objs)
获取指定对象的该字段的值
|
void |
set(T[] objs,
F keys)
给指定对象的该字段赋值
|
java.lang.Class<? extends F> |
type()
返回字段的数据类型
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attach, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, createGetters, createSetters, genericType
public static final DataCallArrayAttribute instance
public java.lang.Class<T[]> declaringClass()
Attribute
declaringClass
在接口中 Attribute<T[],F>
public java.lang.String field()
Attribute