Package | Description |
---|---|
net.officefloor.plugin.value.loader |
Modifier and Type | Method and Description |
---|---|
PropertyKey |
PropertyKeyFactory.createPropertyKey(String propertyName)
Creates the
PropertyKey . |
Modifier and Type | Method and Description |
---|---|
void |
StatelessValueLoader.loadValue(Object object,
String name,
int nameIndex,
String value,
Map<PropertyKey,Object> state)
Loads the value onto the object graph.
|
void |
RootStatelessValueLoader.loadValue(Object object,
String name,
int nameIndex,
String value,
Map<PropertyKey,Object> state) |
Constructor and Description |
---|
RootStatelessValueLoader(Map<PropertyKey,StatelessValueLoader> valueLoaders,
PropertyKeyFactory propertyKeyFactory)
Initiate.
|
Copyright © 2005–2016. All rights reserved.