Package ca.weblite.objc.mappers

Examples of ca.weblite.objc.mappers.NSObjectMapping


       
       
        addMapping(new ScalarMapping(), "cCiIsSfdlLqQB[:b?#v".split(""));
        addMapping(new StringMapping(), "*".split(""));
        addMapping(new PointerMapping(), "^");
        addMapping(new NSObjectMapping(), "@");
        addMapping(new StructureMapping(), "{");
       
       
       
       
View Full Code Here

TOP

Related Classes of ca.weblite.objc.mappers.NSObjectMapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.