public class ObjectManufacturer extends Object
If the current class factory is of type ReloadableClassFactory
, then it will first attempt to get the
most recent version of the Class
to instantiate.
Constructor and Description |
---|
ObjectManufacturer() |
Modifier and Type | Method and Description |
---|---|
Object |
newInstance(Class<?> clazz,
ParameterResolver... parameterResolvers)
Creates an object of the given type using parameters provided by a set of parameter resolvers.
|
public Object newInstance(Class<?> clazz, ParameterResolver... parameterResolvers)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.