Uses of Interface
net.officefloor.web.value.load.StatelessValueLoaderFactory
-
Packages that use StatelessValueLoaderFactory Package Description net.officefloor.web.value.load -
-
Uses of StatelessValueLoaderFactory in net.officefloor.web.value.load
Classes in net.officefloor.web.value.load that implement StatelessValueLoaderFactory Modifier and Type Class 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.Methods in net.officefloor.web.value.load that return StatelessValueLoaderFactory Modifier and Type Method Description static StatelessValueLoaderFactory[]
ValueLoaderSource. createValueLoaderFactories(java.lang.Class<?> type, PropertyKeyFactory propertyKeyFactory, ObjectInstantiator objectInstantiator, java.util.Map<java.lang.String,java.lang.String> aliasMappings, java.util.Map<java.lang.Class<?>,StatelessValueLoaderFactory[]> factoriesByType)
CreatesStatelessValueLoaderFactory
instances for the type.
-