public interface StatelessValueLoader
Modifier and Type | Method and Description |
---|---|
void |
loadValue(Object object,
String name,
int nameIndex,
String value,
Map<PropertyKey,Object> state)
Loads the value onto the object graph.
|
void loadValue(Object object, String name, int nameIndex, String value, Map<PropertyKey,Object> state) throws Exception
object
- Root object of the graph to have the value loaded.name
- Full property name.nameIndex
- Index into property name to identify particular property name
for next stringed property to load.value
- Property value.state
- State of loading values to the Object graph.Exception
- If fails to load the value.Copyright © 2005–2016. All rights reserved.