Class MessagingBinders.MessageBodyProviders

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
All Implemented Interfaces:
org.glassfish.jersey.internal.inject.Binder
Enclosing class:
MessagingBinders

public static class MessagingBinders.MessageBodyProviders extends org.glassfish.jersey.internal.inject.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

    Modifier and Type
    Method
    Description
    protected void
    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

    Methods inherited from class java.lang.Object

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

    • MessageBodyProviders

      public MessageBodyProviders(Map<String,Object> applicationProperties, RuntimeType runtimeType)
      Create new message body providers injection binder.
      Parameters:
      applicationProperties - map containing application properties. May be null.
      runtimeType - runtime (client or server) where the binder is used.
  • Method Details

    • configure

      protected void configure()
      Description copied from class: org.glassfish.jersey.internal.inject.AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class org.glassfish.jersey.internal.inject.AbstractBinder