
com.englishtown.vertx.guice.BootstrapBinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-jersey Show documentation
Show all versions of vertx-jersey Show documentation
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