org.apache.commons.beanutils.PropertyUtils
在 Android 上是否有一个方便的花花公子?
由于对, 和utils
的一些依赖,我似乎无法在我的 android 应用程序中使用 bean 。所以我想知道是否有任何替代方案?PropertyDescriptor
IndexedPropertyDescriptor
基本上我想做的就是使用方法名称作为字符串“someMethod”并将其输入setMethod(anObject, "someMethod", value)
,就像这样PropertyUtils
做; 但不必诉诸于令人讨厌的反思……
或者我的手被束缚了,我需要使用反射?