Class 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 Detail

      • 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 Detail

      • 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