Class MessagingBinders.MessageBodyProviders
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AbstractBinder
-
- org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
-
- All Implemented Interfaces:
Binder
- Enclosing class:
- MessagingBinders
public static class MessagingBinders.MessageBodyProviders extends AbstractBinder
Message body providers injection binder.
-
-
Constructor Summary
Constructors Constructor Description MessageBodyProviders(Map<String,Object> applicationProperties, RuntimeType runtimeType)Create new message body providers injection binder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()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
-
-
-
-
Constructor Detail
-
MessageBodyProviders
public MessageBodyProviders(Map<String,Object> applicationProperties, RuntimeType runtimeType)
Create new message body providers injection binder.- Parameters:
applicationProperties- map containing application properties. May benull.runtimeType- runtime (client or server) where the binder is used.
-
-
Method Detail
-
configure
protected void configure()
Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-
-