SwiftSuspenders
SwiftSuspenders copied to clipboard
NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
docs
I am very stupid - stupid, I can not find a single document or you do not have the documentation?
If you have a constructor with multiple name-qualified injection mappings the method will receive null values, except for the last one which is valid. example: injector.map(BitmapData, 'a').toType(bitmapClass_a); injector.map(BitmapData, 'b').toType(bitmapClass_b); injector.map(BitmapData,...
I was just reviewing an example app of working with modules in RL2 and realized that there's a problem now that the Injector no longer implements an interface: if a...
After using this framework extensively, one thing I found myself repeatedly wanting was a way for it to help me cleanly separate configuration from behavior. Currently, to satisfy this need,...
Can't build swc with Maven and configuration param in pom.xml: ``` xml metadata.xml ``` As result maven put only metadata.xml in result swc artifact, and doesn't compile other sources. I...
I would like to see an flag on the injector to force it to instanciate non-mapped classes to avoid long lists of simple classes mapping. So, we could do: injector.instanciateNonMappedClasses...
DescribeTypeReflector is causing a RTE in FP10.0.22. I've provided the stacktrace, if you require any more information I can provide this directly as the code is proprietary, just let me...
Hi, I think I found a bug in a very specific case. The getInstance will create a new instance in a PostConstruct handler, even if it is mapped as singleton....
We created a RobotLegs SWF (with SwiftSuspenders) and it worked fine standalone. However, when loading this into another Robotlegs SWF (also with SwiftSuspenders) in a child ApplicationDomain at runtime, injection...
I ran into an interesting problem today while trying to create a child injector and I thought it might be an issue with 1.6. I was mapping an injection by...