Package com.carmanconsulting.cassidy.classpath.def

Examples of com.carmanconsulting.cassidy.classpath.def.DefaultClassPath


// Constructors
//----------------------------------------------------------------------------------------------------------------------

    public DefaultCassidyContext(KeyspaceHelper keyspaceHelper) {
        this.keyspaceHelper = keyspaceHelper;
        this.classPath = new DefaultClassPath();
        this.serializerRegistry = new DiscoverySerializerRegistry(classPath);
    }
View Full Code Here

TOP

Related Classes of com.carmanconsulting.cassidy.classpath.def.DefaultClassPath

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.