com.google.code.rees.scope.util
Class InjectionUtil

java.lang.Object
  extended by 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

Constructor Summary
InjectionUtil()
           
 
Method Summary
static Map<String,Object> getFieldValues(Object action, Map<String,Field> classScopeConfig)
           
static void setFieldValues(Object action, Map<String,Field> classScopeConfig, Map<String,Object> scopedValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionUtil

public InjectionUtil()
Method Detail

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.