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

no.nav.apiapp.rest.NavMetricsBinder Maven / Gradle / Ivy

package no.nav.apiapp.rest;

import org.glassfish.hk2.utilities.binding.AbstractBinder;
import org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider;

import javax.ws.rs.container.ContainerResponseFilter;

public class NavMetricsBinder extends AbstractBinder {

    @Override
    protected void configure() {
        bind(NavMetricsProvider.class)
                .to(ResourceMethodInvocationHandlerProvider.class);

        bind(NavMetricsProvider.class)
                .to(ContainerResponseFilter.class);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy