All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.englishtown.vertx.guice.BootstrapBinder Maven / Gradle / Ivy

Go to download

Allows creating JAX-RS jersey resources that will handle incoming http requests to vert.x

The newest version!
package com.englishtown.vertx.guice;

import com.google.inject.AbstractModule;

/**
 * Guice bootstrap jersey binder
 */
public class BootstrapBinder extends AbstractModule {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy