public class ValueInjectorState extends Object
| Constructor and Description |
|---|
ValueInjectorState() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValueByName(String name) |
Object |
getValueByType(Class<?> type) |
void |
updateValueByName(String name,
Object value) |
void |
updateValueByType(Class<?> type,
Object value) |
Copyright © 2014 TNG Technology Consulting. All rights reserved.