play.utils
类 Java.FieldWrapper
java.lang.Object
play.utils.Java.FieldWrapper
- 包容类:
- Java
public static class Java.FieldWrapper
- extends java.lang.Object
Field accessor
set and get value for a property, using the getter/setter when it exists or direct access otherwise.
final, native or static properties are safely ignored
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isModifiable
public boolean isModifiable()
setValue
public void setValue(java.lang.Object instance,
java.lang.Object value)
getValue
public java.lang.Object getValue(java.lang.Object instance)
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Object
中的 toString
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly