Package org.jplastic.internal

Examples of org.jplastic.internal.NoopDelegate


     * be automatically transformed, but instead {@link #createClass(Class, CreateClassCallback)} can be used to create
     * entirely new classes.
     */
    public PlasticManager()
    {
        this(Thread.currentThread().getContextClassLoader(), new NoopDelegate(), Collections.<String> emptySet());
    }
View Full Code Here

TOP

Related Classes of org.jplastic.internal.NoopDelegate

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.