public interface IAssignValue
Modifier and Type | Method and Description |
---|---|
int |
fieldIndex(String fieldName) |
Object |
pull(int fieldIndex)
拉取
获取类的属性的值 |
Object |
pull(String fieldName) |
boolean |
push(int fieldIndex,
Object value)
推
将一个值保存到类的属性中 |
boolean |
push(String fieldName,
Object value) |
Copyright © 2020. All rights reserved.