new VRaptorTypeConverter(),
FallbackConverter.fallbackToNull(new StringConverter()),
new ArrayInstantiator(this),
new NullDecorator(new ListInstantiator(this)), //NOTE: NullDecorator is here to preserve existing behaviour. Don't know if it is the ideal one, though.
new ObjectInstantiator(this, dependencyProvider, parameterNamesProvider));
multiInstantiator = new MultiInstantiator(instantiatorList);
}