play.utils
Class Java.FieldWrapper
java.lang.Object
play.utils.Java.FieldWrapper
- Enclosing class:
- Java
public static class Java.FieldWrapper
- extends 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
isModifiable
public boolean isModifiable()
setValue
public void setValue(Object instance,
Object value)
getValue
public Object getValue(Object instance)
toString
public String toString()
- Overrides:
toString in class Object
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly