Examples of JerseyMetricsBinder


Examples of com.englishtown.vertx.jersey.metrics.hk2.JerseyMetricsBinder

     * Implement to provide binding definitions using the exposed binding
     * methods.
     */
    @Override
    protected void configure() {
        install(new HK2JerseyBinder(), new JerseyMetricsBinder());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.