Class MessagingBinders.MessageBodyProviders

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

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

    bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory

    Methods inherited from class org.glassfish.jersey.innate.inject.BlindBinder

    bind, 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.innate.inject.BlindBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class org.glassfish.jersey.innate.inject.BlindBinder