com.google.code.rees.scope.util
Class InjectionUtil
java.lang.Object
com.google.code.rees.scope.util.InjectionUtil
public class InjectionUtil
- extends Object
A utility class that provides static methods that are used internally
for accessing cached fields reflectively.
- Author:
- rees.byars
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionUtil
public InjectionUtil()
getFieldValues
public static Map<String,Object> getFieldValues(Object action,
Map<String,Field> classScopeConfig)
setFieldValues
public static void setFieldValues(Object action,
Map<String,Field> classScopeConfig,
Map<String,Object> scopedValues)
Copyright © 2012-2013. All Rights Reserved.