Package org.nutz.lang.meta

Examples of org.nutz.lang.meta.TestR


        return sb.substring(0, sb.length() - 1);
    }
   
    @Test
    public void test_obj2map_again() {
        TestR r = new TestR();
        Lang.obj2map(r);
    }
View Full Code Here


        return sb.substring(0, sb.length() - 1);
    }

    @Test
    public void test_obj2map_again() {
        TestR r = new TestR();
        Lang.obj2map(r);
    }
View Full Code Here

TOP

Related Classes of org.nutz.lang.meta.TestR

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.