Package com.englishtown.vertx.guice

Examples of com.englishtown.vertx.guice.GuiceJerseyBinder


     * Configures a {@link com.google.inject.Binder} via the exposed methods.
     */
    @Override
    protected void configure() {

        install(new GuiceJerseyBinder());

        // POJOs
        bind(MyDependency.class).to(DefaultMyDependency.class);

        // vertx-mod-jersey interfaces
View Full Code Here

TOP

Related Classes of com.englishtown.vertx.guice.GuiceJerseyBinder

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.