Uses of Interface
net.officefloor.web.value.load.ObjectInstantiator
-
Packages that use ObjectInstantiator Package Description net.officefloor.web.value.load -
-
Uses of ObjectInstantiator in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load with parameters of type ObjectInstantiator 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.Constructors in net.officefloor.web.value.load with parameters of type ObjectInstantiator 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.ValueLoaderSource(java.lang.Class<?> type, boolean isCaseInsensitive, java.util.Map<java.lang.String,java.lang.String> aliasMappings, ObjectInstantiator objectInstantiator)
Initialise.
-