Class SimpleContainer.SimpleBinder
java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.simple.SimpleContainer.SimpleBinder
- All Implemented Interfaces:
Binder
- Enclosing class:
SimpleContainer
An internal binder to enable Simple HTTP container specific types injection. This binder allows
to inject underlying Grizzly HTTP request and response instances.
-
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
-
SimpleBinder
private SimpleBinder()
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-