Class WebComponent.WebComponentBinder

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.servlet.WebComponent.WebComponentBinder
All Implemented Interfaces:
Binder
Enclosing class:
WebComponent

private final class WebComponent.WebComponentBinder extends AbstractBinder
  • Field Details

    • applicationProperties

      private final Map<String,Object> applicationProperties
  • Constructor Details

    • WebComponentBinder

      private WebComponentBinder(Map<String,Object> applicationProperties)
      Create binder for WebComponent passing a map of properties to determine whether certain features are allowed or not.
      Parameters:
      applicationProperties - map of properties to determine whether certain features are allowed or not.
  • Method Details

    • configure

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