net.thucydides.core.reflection
Class FieldValue

Package class diagram package FieldValue
java.lang.Object
  extended by net.thucydides.core.reflection.FieldValue

public class FieldValue
extends Object

Internal class used to set field values inside an object.


Constructor Summary
FieldValue(Object targetObject)
           
 
Method Summary
 com.google.common.base.Optional<Object> fromFieldNamed(String fieldName)
           
static FieldValue inObject(Object targetObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldValue

public FieldValue(Object targetObject)
Method Detail

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.