net.thucydides.core.reflection
Class FieldValue
java.lang.Object
net.thucydides.core.reflection.FieldValue
public class FieldValue
- extends Object
Internal class used to set field values inside an object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldValue
public FieldValue(Object targetObject)
inObject
public static FieldValue inObject(Object targetObject)
fromFieldNamed
public com.google.common.base.Optional<Object> fromFieldNamed(String fieldName)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.