net.thucydides.core.reflection
Class FieldSetter

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

public class FieldSetter
extends Object

Internal class used to set field values inside an object.


Constructor Summary
FieldSetter(Field field, Object targetObject)
           
 
Method Summary
 void to(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSetter

public FieldSetter(Field field,
                   Object targetObject)
Method Detail

to

public void to(Object value)
        throws IllegalAccessException
Throws:
IllegalAccessException


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.