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

com.englishtown.vertx.jersey.ApplicationConfigurator 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.jersey;

import org.glassfish.jersey.server.ResourceConfig;

/**
 * Injectable interface to modify the application's {@link ResourceConfig}
 */
public interface ApplicationConfigurator {

    ResourceConfig configure(ResourceConfig rc);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy