Package | Description |
---|---|
net.officefloor.plugin.value.loader |
Modifier and Type | Class and Description |
---|---|
class |
KeyedObjectValueLoaderFactory
StatelessValueLoaderFactory to load a keyed object. |
class |
KeyedParameterValueLoaderFactory
StatelessValueLoaderFactory to load keyed string parameter. |
class |
ObjectParameterValueLoaderFactory
StatelessValueLoaderFactory to load an object parameter. |
class |
SingleParameterValueLoaderFactory
StatelessValueLoaderFactory to load a string parameter. |
Modifier and Type | Method and Description |
---|---|
static StatelessValueLoaderFactory[] |
ValueLoaderSourceImpl.createValueLoaderFactories(Class<?> type,
PropertyKeyFactory propertyKeyFactory,
ObjectInstantiator objectInstantiator,
Map<String,String> aliasMappings,
Map<Class<?>,StatelessValueLoaderFactory[]> factoriesByType)
Creates
StatelessValueLoaderFactory instances for the type. |
Copyright © 2005–2016. All rights reserved.