Class RequestProcessingConfigurator.ServerProcessingBinder
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AbstractBinder
-
- org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ServerProcessingBinder
-
- All Implemented Interfaces:
Binder
- Enclosing class:
- RequestProcessingConfigurator
private class RequestProcessingConfigurator.ServerProcessingBinder extends AbstractBinder
Defines server-side request processing injection bindings.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ServerProcessingBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
Implement to provide binding definitions using the exposed binding methods.-
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder
bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
-
-
-
Method Detail
-
configure
protected void configure()
Description copied from class:AbstractBinder
Implement to provide binding definitions using the exposed binding methods.- Specified by:
configure
in classAbstractBinder
-
-