Class JaxRsBinder

  • All Implemented Interfaces:
    org.glassfish.jersey.internal.inject.Binder

    public class JaxRsBinder
    extends org.glassfish.jersey.internal.inject.AbstractBinder
    JAX-RS Binder.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxRsBinder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder

        bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JaxRsBinder

        public JaxRsBinder()
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder