Uses of Interface
net.officefloor.web.value.load.ObjectInstantiator
Packages that use ObjectInstantiator
-
Uses of ObjectInstantiator in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load with parameters of type ObjectInstantiatorModifier and TypeMethodDescriptionstatic StatelessValueLoaderFactory[]ValueLoaderSource.createValueLoaderFactories(Class<?> type, PropertyKeyFactory propertyKeyFactory, ObjectInstantiator objectInstantiator, Map<String, String> aliasMappings, Map<Class<?>, StatelessValueLoaderFactory[]> factoriesByType) CreatesStatelessValueLoaderFactoryinstances for the type.Constructors in net.officefloor.web.value.load with parameters of type ObjectInstantiatorModifierConstructorDescriptionKeyedObjectValueLoaderFactory(String propertyName, String methodName, Class<?> objectType, ObjectInstantiator objectInstantiator, PropertyKeyFactory propertyKeyFactory) Initiate.ObjectParameterValueLoaderFactory(String propertyName, String methodName, Class<?> objectType, ObjectInstantiator objectInstantiator, PropertyKeyFactory propertyKeyFactory) Initiate.ValueLoaderSource(Class<?> type, boolean isCaseInsensitive, Map<String, String> aliasMappings, ObjectInstantiator objectInstantiator) Initialise.