Uses of Class
net.officefloor.web.value.load.PropertyKeyFactory
-
Packages that use PropertyKeyFactory Package Description net.officefloor.web.value.load -
-
Uses of PropertyKeyFactory in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load with parameters of type PropertyKeyFactory 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)CreatesStatelessValueLoaderFactoryinstances for the type.Constructors in net.officefloor.web.value.load with parameters of type PropertyKeyFactory Constructor Description KeyedObjectValueLoaderFactory(java.lang.String propertyName, java.lang.String methodName, java.lang.Class<?> objectType, ObjectInstantiator objectInstantiator, PropertyKeyFactory propertyKeyFactory)Initiate.ObjectParameterValueLoaderFactory(java.lang.String propertyName, java.lang.String methodName, java.lang.Class<?> objectType, ObjectInstantiator objectInstantiator, PropertyKeyFactory propertyKeyFactory)Initiate.RootStatelessValueLoader(java.util.Map<PropertyKey,StatelessValueLoader> valueLoaders, PropertyKeyFactory propertyKeyFactory)Initiate.
-