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
Defines server-side request processing injection bindings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplement to provide binding definitions using the exposed binding methods.Methods inherited from class AbstractBinder
bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
Constructor Details
-
ServerProcessingBinder
private ServerProcessingBinder()
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-