as3-vanilla icon indicating copy to clipboard operation
as3-vanilla copied to clipboard

Extract strongly typed Objects from dynamic objects without writing a single line of code!

Results 6 as3-vanilla issues
Sort by recently updated
recently updated
newest added

Hi there, I believe there is some bug that do not allow to extract Class with nested Vector. Ths problem seems to happen only on IOS (and only in Release...

Hi, Jonny! I previously asked, if you could add Enum support to our As3Vanilla project - knowing you are probably very busy, I added support for Java style Enums and...

Hi, don't know where to put a comment it's not really an issue but I wanted to tell you my tests and experience maybe it can help. First of all...

``` Error: Could not coerce `UpdateDate` (value: 0001-01-01T00:00:00 ) from source object to [class Date] on target object at org.osflash.vanilla::Vanilla/extractValue()[/Users/jonny/Projects/as3/as3-vanilla/src/org/osflash/vanilla/Vanilla.as:110] at org.osflash.vanilla::Vanilla/injectFields()[/Users/jonny/Projects/as3/as3-vanilla/src/org/osflash/vanilla/Vanilla.as:65] at org.osflash.vanilla::Vanilla/extract()[/Users/jonny/Projects/as3/as3-vanilla/src/org/osflash/vanilla/Vanilla.as:46] ``` Getting a date object from...

Currently i'm using the tool to map from Java to As3. In my project i employ a number of Java Enums. The as3 counterpart would look the following: public class...

Currently Vanilla interacts directly with as3commons-reflect (and to a lesser extends, as3commons-lang) - this interactions should be abstracted into an interface so that Vanilla is no longer tightly coupled to...